I am confused why Apache is not responding on port 80 ...
$ wget http://localhost:80
--2014-05-06 15:32:44-- http://localhost/
Resolving localhost (localhost)... 127.0.0.1
Connecting to localhost (localhost)|127.0.0.1|:80... failed: Connection…
I am having issues with Apache. I just installed Centos and waant to create a webserver of my own. I am following the directions of "the perfect server for centos 7.2" and came upon this error on my machine
[root@server01 /]# sudo systemctl start…
I am setting up a small web hosting service for my clients. I have my dedicated server which will be the shared server to host clients websites using WHM/cPanel.
I have a separate VPS server that I want to use for hosting my own sites, so that in…
I have an apache installation with some name-based vhosts and a SSL certficate with CN=maindomain.com and DNS Alternative Names for the all the vhosts (sub)domains.
However, this setup gives warnings in the logs in the form:
[Fri Jan 03 16:52:38…
Is there a GNU make alternative if don't want to use tab indents in my make program (or make-like) program?
For example, when I use make, I need to indent everything after the make opener, (% :). This is a recipe for some problems in some…
I am trying to set up an apache 2.4 server with massive subdomains using ServerAlias. The basic configuration for the main domain works just fine (main domain => 200, all subdomains => 404):
UseCanonicalName Off
…
My nginx server (which serves multiple vhosts) fails to start:
Nov 08 23:54:43 foo systemd[1]: Starting nginx - high performance web server...
Nov 08 23:54:43 foo nginx[3830]: nginx: [emerg] duplicate listen options for [::]:8081 in…
My website show in port 8080 in server.
How connect my domain name to IPSERVER:8080
Server: CentOS 7 - Litespeed
I have little information in this regard
Until recently I used tools like Cpanel or Webmin to manage Apache2 virtual hosts. I recently discovered how to create these manually under sites-available directory.
I can do this process manually time and again but when done manually it includes…
My server information is
Server version: Apache/2.4.6 (CentOS)
Server built: Nov 19 2015 21:43:13
I am trying to configure virtual host for 2 different sites: biz.example.com and pin.example.com which are hosted on the same server. There are 2…
I am trying to set up a OSX Server behind an ubuntu server with apache2 and vhosts which uses proxypass to send requests to my OSX server. Most request work like they should but I am unable to make the put request work, I get the following error.…
I am trying to make vhost, but it is kinda semi working. I am able to run the index.php and load home page, but when I try to go to any link I am getting:
Not Found
The requested URL /home was not found on this server.
Apache/2.4.7 (Ubuntu) Server…
First: I am pretty new to Linux/Apache
My problem: I am trying to acces my forum via the subdomain forum.lumix-transporte.de. Usually you can acess it with lumix-transporte.de/forum.
My forum.conf file:
ServerName…