hello,
yes - it comes with it - you can install it if yoiu like - which it looks like you did.
???hello plz help me tanx a lotr
have i apache on the fedora????!!!!
when i type this command it come
[root@localhost httpd-2.0.53]# ps auxwww | grep httpd
root 3421 0.0 1.0 18180 2244 ? Ss 16:05 0:01 /usr/sbin/httpd
apache 3424 0.0 1.1 18312 2684 ? S 16:05 0:00 /usr/sbin/httpd
apache 3425 0.0 1.2 18460 2768 ? S 16:05 0:00 /usr/sbin/httpd
apache 3426 0.0 1.1 18312 2564 ? S 16:05 0:00 /usr/sbin/httpd
apache 3427 0.0 1.1 18312 2572 ? S 16:05 0:00 /usr/sbin/httpd
apache 3428 0.0 1.1 18312 2680 ? S 16:05 0:00 /usr/sbin/httpd
apache 3429 0.0 1.1 18312 2668 ? S 16:05 0:00 /usr/sbin/httpd
apache 3430 0.0 1.2 18444 2788 ? S 16:05 0:00 /usr/sbin/httpd
apache 3431 0.0 1.3 18312 3040 ? S 16:05 0:00 /usr/sbin/httpd
root 3981 0.0 0.2 4372 664 pts/2 S+ 20:43 0:00 grep httpd
when i type local host in url comes a page that in this write Fedora Core Test Page
and in the end wire power by apache
by the way if i have apache i can'y find htdocs!!
and i try use this command for install apache and i get this messege :
root@localhost httpd-2.0.53]# ./configure --prefix=/usr/local/apache/ --enable-
shared=max --enable-module=most
bash: ./configure: No such file or directory
with the best regards 8)
hello,
yes - it comes with it - you can install it if yoiu like - which it looks like you did.
If you're getting teh Fedora Test Page then it's running. I believe your index.html is in /var/www/ or /var/www/html by default.
You can also look at /etc/apache/httpd.conf and see where your document root is set to. Most likely it will be in /var so check and guess which is likely area. I don't use FC3 so I can't tell you the exact location. Sorry.
hello
I cant find in in httpd.conf :-\
I have installed apache but I have not htdocs What is mean?!!!!!
next I will want install php and i sure i need htdocs.doesn't it?
please help me to find htdocs
with the best regards :-*
Hi,
As root, you might want to first update the slocate database (which puts the list of all the files on your harddrive in its database-text-file thingy.)
The correct command for that would be:Then, as root, or as user, try: locate htdocsCode:updatedb
Probably under /var or /var/www . Try this:
cd /
find . | grep "htdocs"
that should do it.
On my installation,
location on published docs is.
/usr/local/apache2/htdocs
this can be set in file
/usr/local/apache2/conf/httpd.conf
make sure that you are navigating from the root directory. /
by default shell or gui browse filesystem will not have you in root.
From what you have said in your posts, you definitly have apache running.
from shell type
locate httpd.conf
Bookmarks