LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   create alias on apache 1.3 (https://www.linuxquestions.org/questions/linux-networking-3/create-alias-on-apache-1-3-a-430453/)

ALInux 03-31-2006 04:49 PM

create alias on apache 1.3
 
Hi I was reading tutorial and it said :

It is then necessary to setup an Alias for Apache. If you’re using Apache2, add a file /etc/apache2/conf.d/horde3.conf containing

Alias /horde3 /usr/share/horde3

Now the prob is that Iam running apache1.3 can anyone tell me how to do the procedure above for apache 1.3 instead of apache2

RHELL 03-31-2006 05:03 PM

Any of those config files in conf.d are included by default into httpd.conf, so you can put the same directives in httpd.conf if you so desire. The extra config files just allow you a means to logically group directives for clarity.

Whether the syntax for Alias works or not, you'll have to check, though I believe it's the same.
http://httpd.apache.org/docs/1.3/mod/directives.html

ALInux 04-01-2006 03:20 AM

I got it working thanks..but just in case someone wonders how...concerning my starting thread...you can do all those things in apache1.3 on debian..but it wont work..what you have to do is add the alias to the alias section in the httpd.conf file in /etc/apache/httpd.conf ...I dont know if this is the same for other distros because from my own experience ..apache on debian is configured slightly different on debian than on other distros


All times are GMT -5. The time now is 01:56 AM.