I have installed apache 2.2.23 using following instructions:
$ gzip -d httpd-NN.tar.gz
$ tar xvf httpd-NN.tar
$ cd httpd-NN
Configure $ ./configure --prefix=PREFIX
Compile $ make
Install $ make install
Customize $ vi PREFIX/conf/httpd.conf
Test $ PREFIX/bin/apachectl -k start
Apache started just fine, but when I used a browser to bring it up..it says It Works!
I was expecting to see apache interface where documentation links and other graphics. So, this is new to me. I went to look at httpd.conf and saw that: DocumentRoot /appl/apache/htdocs. htdocs has a file called index.html that contains the text it works. So everything is working as it should.
Now, my questions is why i only have index.html in htdocs directory? I remember previous versions used to have bunch of files in this directory including graphics and other html files for documentation etc. Where are all these files located?
Thanks,
Al
$ gzip -d httpd-NN.tar.gz
$ tar xvf httpd-NN.tar
$ cd httpd-NN
Configure $ ./configure --prefix=PREFIX
Compile $ make
Install $ make install
Customize $ vi PREFIX/conf/httpd.conf
Test $ PREFIX/bin/apachectl -k start
Apache started just fine, but when I used a browser to bring it up..it says It Works!
I was expecting to see apache interface where documentation links and other graphics. So, this is new to me. I went to look at httpd.conf and saw that: DocumentRoot /appl/apache/htdocs. htdocs has a file called index.html that contains the text it works. So everything is working as it should.
Now, my questions is why i only have index.html in htdocs directory? I remember previous versions used to have bunch of files in this directory including graphics and other html files for documentation etc. Where are all these files located?
Thanks,
Al