Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Cant get httpd in linux 9.0
Name: tropicspy4u Date: March 28, 2005 at 04:34:06 Pacific OS: Linux 9.0 CPU/Ram: P41.8, i845GVSR, 256 DDR
Comment:
Hi all, i am new with linux, i want to install apache in my RH 9.0 linux box, i cant find any httpd directory in my linux...can any one help me
Name: 3Dave Date: March 29, 2005 at 07:39:50 Pacific
Reply:
httpd wont be a directory as it is the apache server binary and usually lives in /usr/sbin/. Your HTML documents will probably want to go into /var/www/htdocs/ but this can change on different distros.
Query your RPM database for the locations of files for apache. I haven't used RPMs for quite some time but I think the command is: $ rpm -ql apache
0
Response Number 2
Name: tropicspy4u Date: March 30, 2005 at 23:41:17 Pacific
Reply:
hi 3dave,
thanks 4 ur replay
i tryed rpm -ql apache command in root its showing package apache is not installed
0
Response Number 3
Name: tropicspy4u Date: March 30, 2005 at 23:43:04 Pacific
Reply:
hi 3dave,
thanks 4 ur replay
i tryed that command in root its showing, package apache is not installed can u help me howto install.
0
Response Number 4
Name: 3Dave Date: March 31, 2005 at 00:49:44 Pacific
Reply:
You should be able to find an RPM for it on one of your installation CDs. $ find /mnt/cdrom -name "apache*" You can then install it with: # rpm -ivh /mnt/cdrom/path/to/apache-1.2.3.rpm The actual location of the files installed varies between different distros, the "rpm -ql apache" command should now work and show you the locations.
Summary: Okay here's what's up. I just downloaded Redhat Linux 9.0. I was really excited that I was finally getting the version of linux that I have always wanted. First I thought I'd test it out on Microso...
Summary: Hi... frineds I'm using Redhat Linux 9.0, When i switch ON system, it's not getting into Graphical mode, it's giving following error message "I cannot start the X Server (Your graphical interface). It...
Summary: Hello, During the summer I wanted to try out a new OS, (besides the Macintosh OS), so I purchaes a book called "Red Hat Linux 9.0 for Dummies". I had checked out "Red Hat Linux 8.0 for Dummies" from...