Make sure your apache process can access your directories.

2005/12/20, Boyle Owen <[EMAIL PROTECTED]>:
> > -----Original Message-----
> > From: Bill Belew [mailto:[EMAIL PROTECTED]
> > Sent: Montag, 19. Dezember 2005 22:04
> > To: [email protected]
> > Subject: RE: [EMAIL PROTECTED] Which directory
> >
> >
> > Thank you!  I made that change to the documentroot.  Now can
> > you tell me
> > what I need to do to give permission per the message below?
>
> If you mean that you changed the DocumentRoot directive to point to a new 
> directory, then you have to "Allow" access to this dir. Check 
> http://httpd.apache.org/docs/2.0/mod/mod_access.html#allow and 
> http://httpd.apache.org/docs/2.0/mod/mod_access.html
>
> Basically, you need:
>
>         <Directory /path/to/new/docroot>
>           Allow from all
>         </Directory>
>
> Rgds,
> Owen Boyle
> Disclaimer: Any disclaimer attached to this message may be ignored.
>
> PS - always check the error log when you're debugging (and post the entry to 
> the list if you need to ask about it).
>
> >
> > Forbidden
> > You don't have permission to access / on this server.
> > Apache/2.0.55 (Win32) Server at belewconsulting.com Port 80
> >
> > Bill
> >
> >
> > -----Original Message-----
> > From: Gallagher, Jon [mailto:[EMAIL PROTECTED]
> > Sent: Monday, December 19, 2005 11:52 AM
> > To: [email protected]
> > Subject: RE: [EMAIL PROTECTED] Which directory
> >
> >
> > Most webservers have a document root.  This is described in
> > detail and can
> > be configured in the httpd.conf file.  However - out of the box, the
> > document root for apache httpd is:    apache_installation_dir/htdocs
> >
> > Where apache_installation_dir is where you installed apache.
> >
> > In there you will find the page that renders the " If you can
> > see this, it
> > means that the installation of the Apache web server software
> > on this system
> > was successful" message.
> >
> > Drop an html file in there and it will render.
> >
> > The documentation can walk you through change the location of
> > the document
> > root, changing permissions, etc.
> >
> >
> > ________________________________________
> > From: [EMAIL PROTECTED]
> > [mailto:[EMAIL PROTECTED]
> he.org] On
> Behalf Of Bill Belew
> Sent: Monday, December 19, 2005 11:46 AM
> To: [email protected]
> Subject: [EMAIL PROTECTED] Which directory
>
> I'm trying very hard to use the documentation and not ask for help on
> obvious things, but I find some simple things very ambiguous.  What
> directory is the message below referring to?
>
> If you can see this, it means that the installation of the Apache web server
>  software on this system was successful. You may now add content to this
> directory Bill
>
> ---------------------------------------------------------------------
> The official User-To-User support forum of the Apache HTTP Server Project.
> See <URL:http://httpd.apache.org/userslist.html> for more info. To
> unsubscribe, e-mail: [EMAIL PROTECTED]
>    "   from the digest: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
>
>
>
> --
> No virus found in this incoming message.
> Checked by AVG Free Edition.
> Version: 7.1.371 / Virus Database: 267.14.1/206 - Release Date: 12/16/2005
>
>
>
> ---------------------------------------------------------------------
> The official User-To-User support forum of the Apache HTTP Server Project.
> See <URL:http://httpd.apache.org/userslist.html> for more info.
> To unsubscribe, e-mail: [EMAIL PROTECTED]
>    "   from the digest: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
> Diese E-mail ist eine private und persönliche Kommunikation. Sie hat keinen 
> Bezug zur Börsen- bzw. Geschäftstätigkeit der SWX Gruppe. This e-mail is of a 
> private and personal nature. It is not related to the exchange or business 
> activities of the SWX Group. Le présent e-mail est un message privé et 
> personnel, sans rapport avec l'activité boursière du Groupe SWX.
>
>
> This message is for the named person's use only. It may contain confidential, 
> proprietary or legally privileged information. No confidentiality or 
> privilege is waived or lost by any mistransmission. If you receive this 
> message in error, please notify the sender urgently and then immediately 
> delete the message and any copies of it from your system. Please also 
> immediately destroy any hardcopies of the message. You must not, directly or 
> indirectly, use, disclose, distribute, print, or copy any part of this 
> message if you are not the intended recipient. The sender's company reserves 
> the right to monitor all e-mail communications through their networks. Any 
> views expressed in this message are those of the individual sender, except 
> where the message states otherwise and the sender is authorised to state them 
> to be the views of the sender's company.
>
> ---------------------------------------------------------------------
> The official User-To-User support forum of the Apache HTTP Server Project.
> See <URL:http://httpd.apache.org/userslist.html> for more info.
> To unsubscribe, e-mail: [EMAIL PROTECTED]
>    "   from the digest: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

Reply via email to