* Chuck Payne <terrorpup@gmail.com> [09-09-09 21:31]:
On Wed, Sep 9, 2009 at 8:46 PM, Patrick Shanahan<paka@opensuse.org> wrote:
How to I tell firefox to run a php script which resides under /usr/share/xxx rather than /srv/www/htdocs ??
Well you could simply put that path in your httpd.conf, this is example of you were to use virtal host.
VirtualHost *:80> Servername my.domain.com DocumentRoot /usr/share/xxx CustomLog /var/log/httpd/my-access_log comdined ErrorLog /var/log/httpd/my-error_log </VirtualHost>
I hope that helps.
it did, tks, -- Patrick Shanahan Plainfield, Indiana, USA HOG # US1244711 http://wahoo.no-ip.org Photo Album: http://wahoo.no-ip.org/gallery2 Registered Linux User #207535 @ http://counter.li.org -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org