Re: users Digest 4 Apr 2008 07:50:09 -0000 Issue 3170

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 




Let me describe you what I have done..
I have deleted both the server source files and started afresh from the extraction..
followed the steps like:
[root@praveena httpd-2.0.63]# pwd
/home/praveena/software/httpd-2.0.63
[root@praveena httpd-2.0.63]# ./configure --prefix=/home/praveena/software/src2/
[root@praveena httpd-2.0.63]# make
[root@praveena httpd-2.0.63]# make install
----------------------------------------------------------------------------------
Hi Praveena the problem that you are facing is pretty common. And by default the access to root directory is restricted. Secondly the error you are on start thar process is not able to bind to ports 80 and 443 coz they are already bound to process by previously running apache. Just try to kill those processes by kill command. And start it again.. just go thru the Directory directive to understand you should do what has to be done.
I would suggest you to add
                        <VirtualHost *:7001>
                                RootDirectory /your/location/to/rootdir
                                SernverName yourhostip:7001
                                <Directory />
                                        Order Allow,Deny
                                        Allow from All
                                </Directory>
                        <VirtualHost>
Forbidden error occurs coz you(user) are not allowed to see that page.

HTH.

With Regards
Amit Gupta
BFS-SBU,
Winchester, Powai


Larsen & Toubro Infotech Ltd.

www.Lntinfotech.com

This Document is classified as:

L&T Infotech Proprietary   L&T Infotech Confidential   L&T Infotech Internal Use Only   L&T Infotech General Business  

This Email may contain confidential or privileged information for the intended recipient (s) If you are not the intended recipient, please do not use or disseminate the information, notify the sender and delete it from your system.

______________________________________________________________________

[Index of Archives]     [Open SSH Users]     [Linux ACPI]     [Linux Kernel]     [Linux Laptop]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Squid]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]

  Powered by Linux