Setting up multiple sites on one IP address [closed]

Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it’s on-topic for Server Fault. Closed 7 years ago. Improve this question I am working for a client that has a CentOS 7 server running Apache 2.4.6. I have a Zend Framework/PHP based website running … Read more

My homepage wont go through HTTPS

So my domain is www.urtina.com and as u can see whenever you go on that link it will get HTTP (without padlock) but if you go to any other link it will be HTTPS. Only my homepage goes through HTTP. Important things to mention is that I use Apache. Every my attempt to edit .htaccess … Read more

Created an httpd server but sample page is not loading [closed]

Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it’s on-topic for Server Fault. Closed 6 years ago. Improve this question I was given a server to create a test site for our services, this is the first time I been trying to do … Read more

Internet Explorer cannot display index.html in Samba Share

I have virtual Centos box with Samba and Apache server installed. I created shared folder in Samba and I am able map that folder via my virtual Windows Server ’12. I am able to see and edit files in the samba sahred folder via Windows Explorer in Windows Server. However, I cannot display index.html via … Read more

Apache directory to listen on certain port

Note: this is not a firewall issue I am running a kolab server and trying to increase security by having the web-admin listen on a certain port.. I picked 8443. Here’s my conf file: Alias /kolab-webadmin /usr/share/kolab-webadmin/public_html/ <Directory “/usr/share/kolab-webadmin/public_html/”> <IfModule mod_rewrite.c> RewriteEngine on # NOTE: This needs to point to the base uri of your … Read more

GET COMMAND in HTTP Request

I cannot use GET command to get the web site body content only. For example: [root@mrtg home]# echo -e “GET / HTTP/\r\nHost: test.com:80\r\n\r\n” | nc 192.168.1.201 80 HTTP/1.1 200 OK Date: Sun, 20 Mar 2016 13:45:49 GMT Server: Apache/2.2.15 (CentOS) Last-Modified: Sun, 20 Mar 2016 10:28:08 GMT ETag: “6068a-10-52e786faf8f79” Accept-Ranges: bytes Content-Length: 16 Connection: close … Read more

http://www.example.com addresses fail, example.com succeeds – apache/route53 [closed]

Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it’s on-topic for Server Fault. Closed 6 years ago. Improve this question This one is really weird. I’ve got an Apache web server running on Ubuntu 14.04 with DNS provided by AWS’s Route53. When I … Read more

Redirect only one website to https [duplicate]

This question already has answers here: Redirect, Change URLs or Redirect HTTP to HTTPS in Apache – Everything You Ever Wanted to Know About mod_rewrite Rules but Were Afraid to Ask (5 answers) Closed 7 years ago. I have one serveur with multiple domains. I’d like to redirect only one “site-internet.com” to ssl configuration. I’d … Read more