![]() |
|
|
|||
|
when I type httpd it says it cannot bind to port 0.0.0.0:80 i checked it is set up to listen to port 80 this is really confusing me i am beginning to think the people who built my server did not set it up properly if i go to localhost or 0.0.0.127 it goes to the apache default page fine. I have not changed anything since it wad installed except the centos 5 updates any ideas? When i login my password is root and the password is the default I have changed nothing else on the system as I still have no clue about it. Just to clarify on my router I have port 80 and port 443 set to my static ip address is this correct? Can anyone give me an idea of what i need to check? On my router I have set up port 80 and port 443 Sorry but i have no idea what i am doing |
|
|||
|
Hi shadiadiph,
Welcome to LAMP Admins! ![]() I am quite confused on what you are trying to achieve. Are you trying to set up an HTTP server on your local LAN and trying to forward the request from your router? If so start with verifying that HTTP on your server is running properly, if not let us know of the errors you are getting. Cheers |
|
|||
|
hi thanks for the reply but i have got it working now just couldn't get any access from outside ips i just changed the LAN settings and can now access my server from outside now. I know the guys who built my server installed centos 5 on it but am not sure what also came with this not sure if it has php installed sql or a mail server do you know how i can check these things out?. Sorry but i have never owed a server before never used linux before I am adept at php programming thats about it
|
|
|||
|
If you are running CentOS, you are most probably already have sendmail MTA, so you can send mails via PHP if that is what you are really after. Sending and receiving will be a different story.
For SQL server, that depends on which particular SQL server you want MySQL/PostgreSQL/Oracle? To check if they are installed just use the command: Code:
yum list installed|grep sql Code:
[root@zeus ~]# yum list installed|grep sql mysql.i386 5.0.79-1.el5.art installed mysql-devel.i386 5.0.79-1.el5.art installed mysql-libs.i386 5.0.79-1.el5.art installed mysql-server.i386 5.0.79-1.el5.art installed perl-DBD-mysql.i386 4.010-1.el5.rf installed php-mysql.i386 5.2.9-2.el5.art installed postgresql-libs.i386 8.1.11-1.el5_1.1 installed python-sqlite.i386 1.1.7-1.2.1 installed sqlite.i386 3.3.6-2 installed sqlite-devel.i386 3.3.6-2 installed HTH |
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|