Apache 1.3.37 Can Not Listen At Port 78

Jul 2, 2007

my apache listen at port 78, however, when I modify listen 80 and port 80 to listen 78 and port 78, restart apache, it does not work. I checked the port 78, nothing but apache there. even I modify all :80 to :78 in the httpd.conf, still does not work. there only one site on the server. there is nothing on error log file.

my system is x86_64 cento 4.4 and apache is 1.3.37.

View 5 Replies


ADVERTISEMENT

Apache :: Listen On Port 8080 For IPv4 And On Port 80 For IPv6?

Aug 8, 2013

I'm runnung a server with Apache2 (Apache/2.2.16 (Debian 6.0))

I would like Apache2 listen on port 8080 for IPv4 and on port 80 for IPv6.

This is what I have now:

/etc/apache2/ports.conf

View 4 Replies View Related

Tomcat Listen To Port 80

May 8, 2006

does anybody has a good reference how to configure tomcat to listen to port 80?

View 3 Replies View Related

Configure Plesk That Apache Listen To Other Ports?

Oct 15, 2014

I have a SSL certificate for my website. I add the certificate to plesk and now I want use the certificate for diffrent ports.If I run only apache without plesk I need to add the ports to the apache conf where it listening too.At the moment apache listen only on port 844. But I want add 8443 too, how I do it in plesk?

View 4 Replies View Related

Mod_ssl Listen On 1 IP

Apr 24, 2008

I've tried to setup apache to listen only on 1 IP, this has worked for http but not for https. How can I prevent https from listening on all ips?

View 2 Replies View Related

Memcache Failed To Listen

Jul 30, 2008

I installed memcache but i dont know how to execute and i got the error like this displayed below.

# memcached -d -u root
bind(): Address already in use
failed to listen

memcached-1.2.2
libevent-1.3e
php-4.3.9-3.22.9
httpd-2.0.52-38.ent.2
bind-9.2.4-30.el4

I am using Red Hat Enterprise Linux ES release 4 (Nahant Update 7)

# uname -a
Linux server 2.6.9-42.ELsmp #1 SMP Wed Jul 12 23:27:17 EDT 2006 i686 i686 i386 GNU/Linux

View 8 Replies View Related

Plesk 12.x / Linux :: How To Listen Website On 2 Ips

Apr 26, 2015

My server have 2 ip and I want my special hosting can listen on 2 ip. I edited some file from /var/www/vhosts/system/<domain>/conf. Change * to ip on <Virtualhost> But it don't effect.

View 2 Replies View Related

Apache Port 81

Dec 24, 2008

I installed apache, and it seems to be running fine.

I can view the website when I do domain.com:81

However when I solely type domain.com I can't view the page. Why is that, and how can I fix this?

View 1 Replies View Related

Apache :: Port For MAC OS X?

Nov 22, 2013

I'm trying to compile Apache 2.4 on a MAC OS X 10.9 with XCode installed and it keeps telling me the gcc in it cannot create executables, where I can find documentation about how to do this?

I tried the MAMP apps, but I don't want that, I want to have the MAC to act as a server without paying the $19.99 Apple asks for the server software.

View 2 Replies View Related

(BIND9) Could Not Listen On UDP Socket: Not Enough Free Resources

Oct 4, 2006

Im expericiencing some dificulties to load more than 500 ips and create the socket for personalized dns.

i got "could not listen on UDP socket: not enough free resources"

I suppose theres a limit on bind9, i was looking on docc ...

View 2 Replies View Related

Apache Set A Folder On A Different Port

May 16, 2008

How can I set a certain folder under my www folder to use a non standard port, 6767 instead of 80. I am running apache 2.

I tried putting the following in my httpd.conf with no luck, each time when I attemped to restart apache I got a fatal error:

<Directory "/var/www/html/crm">
Listen 6767
</Directory>

<Directory "/var/www/html/crm">
Port 6767
</Directory>

<Directory "/var/www/html/crm">
Bind 192.168.0.200 6767
</Directory>

View 3 Replies View Related

Apache Cannot Connect To Port 80

Feb 7, 2013

an Apache 2.2 server suddenly quit accepting traffic on port 80. The error message was "An attempt was made to access a socket in a way forbidden by its access permissions could not bind to address 0.0.0.0:80 ".It took a while, but the server is now back up.

View 2 Replies View Related

Apache :: Remove Port Number From URL

May 20, 2015

I use url http://myurl:8020/ERC to access application and I am able to. But I dont want to use port number in the URL.Would like to access application using http://myurl/ERC . I referred to one of the post and added below entries to httpd.conf file.

ProxyRequests Off
ProxyPass /ERC http://myurl:8020/ERC
ProxyPassReverse /ERC http://myurl:8020/ERC

But I am still not able to access http://myurl/ERC.LoadModule entries are enabled and I have restarted apache.

View 3 Replies View Related

Rule To Limit Apache (port 80) Connections From 1 IP To 15

Apr 12, 2007

any good rule to limit Apache (port 80) connections from 1 IP to 15 with iptables/csf?

And total connections to the box to 100?

View 6 Replies View Related

Apache :: How To Disable HTTPS Binding On Port 443

Dec 30, 2008

How do I prevent apache from binding to port 443? HTTPS support is not needed so only want apache to bind to port 80

My /etc/apache/httpd.conf has port 80, but no mention of 443 anywhere, yet netstat reveals it binding to port 443

I have apache 1.3.29.0.2-5 on Debian Linux (knoppix) 

View 10 Replies View Related

Apache :: Set Up SSL Listening On Port 443 - Client Authentication

Oct 29, 2014

I am setting up apache 2.4 as a service locally through localhost on a windows 2008 R2 standard server. I have set up SSL listening on port 443 and works correctly, however I am having trouble figuring out how to get apache to authenticate my CAC card.

I have downloaded the DOD certs and put them into various types of files including pem, base 64, der etc and I have yet to figure out a way to get the client certificates validated.

I have left out the information about the SSLCertificateChainFile, SSLCACertificateFile and SSLCARevocationPath as I am sure this must be where my problem is.

Is it possible to get this done through localhost. Here is the error I am getting in the error log.

[Wed Oct 29 11:37:05.675491 2014] [ssl:error] [pid xxxx:tid xxx] [client 127.0.0.1:59282] AH02039: Certificate Verification: Error (20): unable to get local issuer certificate

I am using a self created self signed server ceritficate. Here are some details from my httpd-ssl.conf file:

Code:

<VirtualHost _default_:443>
DocumentRoot "${SRVROOT}/htdocs"
ServerName localhost:443

ServerAdmin admin@example.com
ErrorLog "${SRVROOT}/logs/jtdi.log"
TransferLog "${SRVROOT}/logs/jtdi-Transfer.log"

[Code] ....

View 1 Replies View Related

Apache :: Port Blocked - Getting Error Messages

Apr 4, 2014

Apache seems to have the port blocked. I removed my thumbdrive earlier after using XAMPP on it successfully that had it on it and went somewhere then came back & well all the sudden it will not work. I am getting the below error messages after I push the start button.

View 1 Replies View Related

Apache :: Hide Port 8080 On Display?

Nov 4, 2013

i m using xampp on window. how to hide port on url?

View 5 Replies View Related

Apache :: Type Full Address With Port Number?

Jan 30, 2014

Have to type the full address with port number....

View 4 Replies View Related

Apache :: Cannot Use Xampp Or Wamp Server Won't Start Due To Port

Jan 20, 2014

Problem detected!
19:58:32 [Apache] Port 80 in use by "Unable to open process" with PID 4!
19:58:32 [Apache] Apache WILL NOT start without the configured ports free!
19:58:32 [Apache] You need to uninstall/disable/reconfigure the blocking application
19:58:32 [Apache] or reconfigure Apache and the Control Panel to listen on a different port
19:58:32 [Apache] Attempting to start Apache app...
19:58:32 [Apache] Status change detected: running
19:58:33 [Apache] Status change detected: stopped
19:58:33 [Apache] Error: Apache shutdown unexpectedly.
19:58:33 [Apache] This may be due to a blocked port, missing dependencies,
19:58:33 [Apache] improper privileges, a crash, or a shutdown by another method.
19:58:33 [Apache] Press the Logs button to view error logs and check
19:58:33 [Apache] the Windows Event Viewer for more clues
19:58:33 [Apache] copy and post this
19:58:33 [Apache] entire log window on the forums

that is my error message I have changed skype's port from using port 80 and also uninstalled IIS from microsoft I have only installed xampp on its own without wamp server so that they dont conflict.

View 3 Replies View Related

Setup Apache Home Server - Port 4040

May 31, 2014

I had setup an apache home server. here the 80, 8080 ports are blocked . So I made my apache to listen to 4040 port. but the problem now is ,i use cloudflare service to point my domains to my server. now its showing error when i give my ip because the port is not 80. i tried putting dns host point to xxx.xx.xxx.xx:4040 in cloudflare but shows invalid ip ...

View 1 Replies View Related

Apache :: Virtual Host Works On Port 80 But Fails On 443

Apr 20, 2013

OS: RHEL 6.4
SELinux: permissive mode
Apache: 2.2, mod_fcgid, mod_suxec, mod_ssl enabled
Common Name: www.user.dept.university.edu
(Note:user names, accounts, organizations etc. sanitized)

why Apache will serve PHP-based web pages over port 80 but not over 443. Here is the virtual host block excerpt from httpd.conf:

Code:
<VirtualHost *:80>
ServerName user.dept.univsersity.edu
ServerAlias user
DocumentRoot /home/user/public_html/subdirectory
<IfModule mod_fcgid.c>

[Code] .....

View 4 Replies View Related

Apache :: Setup Subdomain / Virtual Host To Redirect To Specific Port And Path

Mar 13, 2013

I am trying to setup a subdomain and/or virtual host to redirect to a specific port and path. I have setup my server with DDYNS through my domain name registar. Through the ddyns client I have set it to assign a subdomain of "outside.name.com" so that my server will have a easy name to get to instead of a dynamic ip address.

I have also setup on my registrars host records another subdomain of "inside.name.com" with a static IP address for internet network accessing to my server.My problem is that I have a service/program on my server that I need access to both internally and externally and this service can only be access through a port of 32400 and HTTP address of /web. (e.g. outside.name.com:32400/web or inside.name.com:32400/web)...

Is there a way that I can create a VirtualHost or Subdomain of "service.*.name.com" that redirects them to ":32400/web" of the hostname they're on? (e.g. service.outside.name.com automatically forwards or proxies--to keep it pretty--to service.outside.name.com:32400/web)

View 1 Replies View Related

Apache :: Unable To Setup Subdomain And Virtual Host To Redirect To Port And Path

Mar 12, 2013

I am trying to setup a subdomain and/or virtual host to redirect to a specific port and path. I am, however, having great difficulties doing this.

I have setup my server with DDYNS through my domain name registar.

Through the ddyns client I have set it to assign a subdomain of "outside.name.com" so that my server will have a easy name to get to instead of a dynamic ip address.

I have also setup on my registrars host records another subdomain of "inside.name.com" with a static IP address for internet network accessing to my server.

My problem is that I have a service/program on my server that I need access to both internally and externally and this service can only be access through a port of 32400 and HTTP address of /web. (e.g. outside.name.com:32400/web or inside.name.com:32400/web)

This is annoying for others to type out and I am just wanting to make it look pretty. Is there a way that I can create a VirtualHost or Subdomain of "service.*.name.com" that redirects them to ":32400/web" of the hostname they're on? (e.g. service.outside.name.com automatically forwards or proxies--to keep it pretty--to service.outside.name.com:32400/web)

View 1 Replies View Related

Email Server Port- How To Change/add Port For SMTP

Feb 19, 2008

Currently I am using Linux + cPAnel and using the port 25 for email sevrer. Currently we facing 1 problem is, some user's ISP is not support port. May I know how can I add additional port into server and allow users to send mail by different port?

View 1 Replies View Related

Did Port 80 Port To 7080, But Not Working When Login

Jun 21, 2009

I have an office internal website and I opened a port in the gateway of my office (7080) to this website (server )'s 80 port. That makes this website open to public as office has static IP. And then when I view the site from home . it's fine. But when I tried to login, the site is using a pop-up, I guess it's http authentciation, login, I was redirected to a url without my port number any more, that stops my access to the site as obviously I would.

How can I keep my connection/port number ...?

View 2 Replies View Related

Giga Port Vs Mega Port

Jun 18, 2008

about the NIC and switch,

there are giga port vs mega port,

in your experience,do they really be different?

View 14 Replies View Related

Changed SSH Port - How To Add Extra Port To APF

Jun 10, 2007

I recently changed my SSH port, but locked myself out when my APF firewall was installed.

Where would I got to add a custom port inside the APF's config file?

View 3 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved