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


ADVERTISEMENT

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 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

How Common Is Port 8080

Aug 6, 2007

I want to have a static server for my website which runs on the same machine as the dynamic server. I have read on the internet that port 8080 is a good alternative port to use.

Is common enough that it will work in all cases like port 80? And that it won't be blocked by firewalls and so on since it's not a service port (port < 1024).

View 5 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

How To Change Tomcat Default Port (8080)

Nov 1, 2009

My app needs to be viewed using :8080 behind the domain. I want it be viewable without using adding any port behind. I've research on google and many said about edit the server.xml file but the problem is I can't located the file no mater what

root@kohproxy [~]# find -name server.xml
root@kohproxy [~]#

View 5 Replies View Related

Redirect 8080 Requests To 80 Port - Tomcat Problem At CPanel Server

Jan 31, 2008

Yesterday I installed tomcat on a RHEL 4 + cPanel and httpd 2.0.63 server using easyapache3, process was ok, jsp pages are loading fine using http://site.com/example.jsp , but servlets, are not working using http://site.com/example, how ever, if I load http://site.com:8080/example it loads the servlet perfect.

I read something about redirecting all traffict from port 80 to 8080, but you know.. this is a shared server, and that would affect all customers on the server.

So, mod_jk seems to be the only solution, now I read many documents over the web, but no one seems to be working to configure apache2 and mod_jk that is installed using easyapache3 script.

In my httpd.conf file, i have this:

LoadModule jk_module modules/mod_jk.so
Include "/usr/local/apache/conf/jk.conf"
At jk.conf i have this content: ...

View 5 Replies View Related

Ipv4 To Ipv6

Apr 13, 2008

If you took every dns A record that exists for an ipv4, converted it to an AAAA ipv6 address record, what would the disk space difference be amongst every computer that hosts a dns server today?

View 1 Replies View Related

Possible To Have An IPv4 AND IPv6 On Same Server

Jul 26, 2008

In terms of dedicated servers how does this work? Is this something you can ask for, and is there any advantage to having it? Is it also possible to have an IPv4 AND IPv6 on same server?

View 1 Replies View Related

VPS Providers With Both IPv4 And IPv6 Connectivity?

May 2, 2007

for a linux VPS package provider that can provide both IPv4 and IPv6 (not tunneled) connectivity. IRC client/bots are not a priority but would be a bonus.

View 2 Replies View Related

Plesk 11.x / Linux :: Domain Name Resolve Ipv6 But Not Ipv4

Jul 23, 2014

I added a AAAA ipv6 zone to my dns the idea was to run the SPF validation by google (who checked the ipv6 and not ipv4 (??) )Out today I have a client who called me and because it can no longer connect to my site...I take his computer in hand by teamviewer and actually the ping of my domain solves the ipv6 not ipv4 in the management of IP in plesk I

Mask IP address subnet Retailer Sites Interface
178.xx.xxx.xxx (shared) 255.255.255.0 eth0 0187
2001: xxxx: x: xxxx :: 1 (dedicated) 64 0 0 eth0

therefore 187 sites under the ipv4 and ipv6 0 on..I actually do not care about ipv6, it's just for spf..I lack some knowledge with dns I think...must I do something on dns to indicate that ipv4 is that actually hosts the site? or at plesk for all requests to be redirected to the ipv6 on ipv4?

View 3 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

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

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 :: 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







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