> From: [email protected] [mailto:[EMAIL PROTECTED]
On Behalf Of brucetcampbell
> Sent: Thursday, December 14, 2006 10:23 AM
> To: [email protected]
> Subject: [LINUX_Newbies] Newby server questions
> 
> Greetings Everybody,
> 
> I am a newby to Linux and I hope someone can help or steer me in the 
> right direction.
> 
> I would like to setup a web server. I have Ubuntu installed on a 
> spare computer and apache is installed. ( I can switch to a 
> different distro if it is preferable)
> 
> How do I setup webpages? I believe the instructions said to setup my 
> webpages under \www. I have reviewed that directory and I see the 
> current index.html. However I can not access it. 
> 
>    <snip>
> 
> Bruce
________________________________________

Bruce,
I too am running Ubuntu.  I suspect the problem is that you did not
use "sudo" to access the files under your www directory.  For example
if you would normally "cp *.html /www" you would instead do "sudo cp
*.html /www" or if you would "vi /www/index.html" you would instead
do "sudo /www/index.html".  For those of you not familiar with 
Ubuntu, there is no root user where you can "su -" to root.  Instead
you use "sudo" to accomplish the task and you don't have to remember
to exit root before working on something else.  It is a security
feature of Ubuntu.

Loyal 




To unsubscribe from this list, please email [EMAIL PROTECTED] & you will be 
removed. 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/LINUX_Newbies/

<*> Your email settings:
    Individual Email | Traditional

<*> To change settings online go to:
    http://groups.yahoo.com/group/LINUX_Newbies/join
    (Yahoo! ID required)

<*> To change settings via email:
    mailto:[EMAIL PROTECTED] 
    mailto:[EMAIL PROTECTED]

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 

Reply via email to