Ask a Question related to Linux / Unix Administration, Design and Development.
-
apache2
Greetings
I'm working on my first linux box and I can't seem to get apache2 to function properly. It seems to start up without a hitch, with no errors in the error_log. My file permissions are like they should be too, however, when I type my ip into a browser it gives me the "cannot find server" page. I have port forwarding and a dmz set up on the router (it can be ssh'd into from both outside and inside my home network). What can i do to fix this or what should I look at?
Guest
-
apache2 + PHP + RH
Sorry if this was discussed earlier. I couldn't find any relevant answers from the archive. I am currently testing RH Enterprise WS with the... -
#16909 [Com]: apache2
ID: 16909 Comment by: admin at toxiq dot servehttp dot com Reported By: office at icsnetworks dot at Status: ... -
apache2 with php 432
is it recommended to upgrade my production server from apache_1.3.28 to apache 2 I use with the first one php 432.. and it work like a charm!! ... -
[PHP-DEV] Apache2
I know that Apache 2 discussions have come up before, so I will make my question very specific. Given that pre-fork is the default Apache mpm on... -
php 4.3.2 with apache2.0.46 on openunix
Hi, I have this error when I start apache2 with php4 Syntax error on line 233 of /mypath/apache2/conf/httpd.conf: Cannot load... -
apache2
I just installed apache2 on my linux box, and when
i type in my ip in a browser on another computer i
get the "cannot find server" error message. I
have the file permissions set correctly for
DocumentRoot and havent changed anything in
apache2.conf except for the DocumentRoot.
(i couldn't even get the default
page to work directly after i installed it).
Any help would be appreciated. thanks
p.s. this is my first linux box.
Guest
-
Davide Bianchi #3
Re: apache2
[email]webmaster@sps.physics.gatech.edu[/email] wrote:
And it looks like you can't trim your own lines ad around 70 chars either.> I'm working on my first linux box and I can't seem to get apache2
> to function properly.
Ja, but is it working? netstat -an | grep 80 what does said about?> It seems to start up without a hitch, with no errors in the error_log.
ps -ef | grep httpd does show something? Do you have a firewall?
And a ping with the same IP does return?> when I type my ip into a browser
Davide
--
| Don't hit a man when he's down -- kick him; it's easier.
|
|
|
Davide Bianchi Guest
-
berdey #4
Re: apache2
"Davide Bianchi" <davideyeahsure@onlyforfun.net> wrote in message
news:2ifpufFme96nU2@uni-berlin.de...ps -ef|grep httpd> [email]webmaster@sps.physics.gatech.edu[/email] wrote:>> > I'm working on my first linux box and I can't seem to get apache2
> > to function properly.
> And it looks like you can't trim your own lines ad around 70 chars either.
>>> > It seems to start up without a hitch, with no errors in the error_log.
> Ja, but is it working? netstat -an | grep 80 what does said about?
> ps -ef | grep httpd does show something? Do you have a firewall?
>>> > when I type my ip into a browser
> And a ping with the same IP does return?
>
> Davide
>
> --
> | Don't hit a man when he's down -- kick him; it's easier.
> |
> |
> |
pls confirm that the process of httpd is running.
berdey
berdey Guest



Reply With Quote

