Re: [us...@httpd] Re: possible to add multiple locations for the document root

2010-10-26 Thread J. Greenlees
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 e-letter wrote: ~snip~ > file://localhost/var/www/phppgadmin/login.php try http://localhost/phppgadmin if it is NOT http then it will never work right. no login.php or anything, you need to just point the browser to the folder. > The browser shows

[us...@httpd] Re: possible to add multiple locations for the document root

2010-10-26 Thread e-letter
> -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > e-letter wrote: >> I deliberately changed permission just to get the service working. Of >> course, security will need to be improved in future. :) >> >> Below is extract from the file '/etc/httpd/logs/error_log': >> >> [Mon Oct 25 12:35:59 2010

Re: [us...@httpd] Re: possible to add multiple locations for the document root

2010-10-26 Thread Krist van Besien
On Mon, Oct 25, 2010 at 3:28 PM, e-letter wrote: > Below is extract from the file '/etc/httpd/logs/error_log': > > [Mon Oct 25 12:35:59 2010] [notice] Apache/2.2.6 (Mandriva > Linux/PREFORK-8.2mdv2008.0) PHP/5.2.4 with Suhosin-Patch mod_put/2.0.8 > configured -- resuming normal operations > [Mon

Re: [us...@httpd] Re: possible to add multiple locations for the document root

2010-10-26 Thread J. Greenlees
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 e-letter wrote: > I deliberately changed permission just to get the service working. Of > course, security will need to be improved in future. :) > > Below is extract from the file '/etc/httpd/logs/error_log': > > [Mon Oct 25 12:35:59 2010] [notice]

Re: [us...@httpd] Re: possible to add multiple locations for the document root

2010-10-25 Thread Rich Bowen
On Oct 25, 2010, at 11:02 AM, e-letter wrote: I had changed the alias to add a trailing stroke (/). I also tried both and After each change I stopped and re-started httpd using drakxservices. Directory refers to an on-disk directory. In this case. /target/ is NOT, I understand, a d

[us...@httpd] Re: possible to add multiple locations for the document root

2010-10-25 Thread e-letter
I had changed the alias to add a trailing stroke (/). I also tried both and After each change I stopped and re-started httpd using drakxservices. The permissions error continues. - The official User-To-User support forum of

Re: [us...@httpd] Re: possible to add multiple locations for the document root

2010-10-25 Thread Rich Bowen
On Oct 25, 2010, at 9:28 AM, e-letter wrote: I deliberately changed permission just to get the service working. Of course, security will need to be improved in future. :) Below is extract from the file '/etc/httpd/logs/error_log': [Mon Oct 25 12:35:59 2010] [notice] Apache/2.2.6 (Mandriva Lin

[us...@httpd] Re: possible to add multiple locations for the document root

2010-10-25 Thread e-letter
I deliberately changed permission just to get the service working. Of course, security will need to be improved in future. :) Below is extract from the file '/etc/httpd/logs/error_log': [Mon Oct 25 12:35:59 2010] [notice] Apache/2.2.6 (Mandriva Linux/PREFORK-8.2mdv2008.0) PHP/5.2.4 with Suhosin-P

Re: [us...@httpd] Re: possible to add multiple locations for the document root

2010-10-25 Thread Matus UHLAR - fantomas
> > On 21/10/2010, e-letter wrote: > >> Alias /localhost/target /usr/local/phppgadmin/phppgadmin On 25.10.10 14:57, Joost de Heer wrote: > Alias /target /usr/local/phppgadmin/phppgadmin Ehm... Alias /target/ /usr/local/phppgadmin/phppgadmin/ trailing slashes DO have a meaning. without them, the

Re: [us...@httpd] Re: possible to add multiple locations for the document root

2010-10-25 Thread Rich Bowen
On Oct 25, 2010, at 8:39 AM, e-letter wrote: I received an error that permission is denied: Access forbidden! You don't have permission to access the requested object. It is either read-protected or not readable by the server. This error message will be accompanied by an additional error m

Re: [us...@httpd] Re: possible to add multiple locations for the document root

2010-10-25 Thread Joost de Heer
On Mon, October 25, 2010 14:39, e-letter wrote: > On 21/10/2010, e-letter wrote: >> I tried to use the command 'Alias', to try and use the program >> phppgadmin which was extracted to /path/to/phppgadmin: There are some errors: >> Alias /localhost/target /usr/local/phppgadmin/phppgadmin Alias /

[us...@httpd] Re: possible to add multiple locations for the document root

2010-10-25 Thread e-letter
On 21/10/2010, e-letter wrote: > I tried to use the command 'Alias', to try and use the program > phppgadmin which was extracted to /path/to/phppgadmin: > > DocumentRoot "/var/www/html" > Alias /localhost/target /usr/local/phppgadmin/phppgadmin > > Order allow,deny > Allow from all > > > After s

Re: [us...@httpd] Re: possible to add multiple locations for the document root

2010-10-21 Thread Tom Evans
On Thu, Oct 21, 2010 at 12:34 PM, e-letter wrote: > I tried to use the command 'Alias', to try and use the program > phppgadmin which was extracted to /path/to/phppgadmin: > > DocumentRoot "/var/www/html" > Alias /localhost/target /usr/local/phppgadmin/phppgadmin Alias refers to the path in the U

[us...@httpd] Re: possible to add multiple locations for the document root

2010-10-21 Thread e-letter
I tried to use the command 'Alias', to try and use the program phppgadmin which was extracted to /path/to/phppgadmin: DocumentRoot "/var/www/html" Alias /localhost/target /usr/local/phppgadmin/phppgadmin Order allow,deny Allow from all After stopping and restarting the web server, when I naviga