Questions tagged [httpd]

httpd is a typical process name of a web server.

httpd (for Hyper Text Transport Protocol Daemon) is a typical name of the web server process.

Apache is the most popular web server that runs using this process name. It is also the name given to the new default server for OpenBSD 5.7 and on.

1448 questions
-1
votes
1 answer

How to forward public_IP/dashboard of an HTTP server to private_IP/dashboard?

I have a website which is accessible internally via http://private_IP/dashboard. The public IP forwards all traffic to the private IP. http://public_IP -> http://private_IP. This works. However, http://public_IP/dashboard ->…
-1
votes
1 answer

Multiple websites on single bind dns server

I am using CentOS 6, BIND and HTTPD I have created 3 machine: DNS Server, HTTPD Server, Client Machine - All are working in a virtual environment under VMWare. IP of DNS server is: 10.0.2.16 IP of HTTP server is: 10.0.2.18 I have created two…
Neetu
  • 1
-1
votes
2 answers

Virtualhost does not work on Fedora with 403

I have created a project under my home directory. Then, I created a virtual host in a new httpd conf file (I named it z-httpd.conf) I created under /etc/httpd/conf.d. The problem is that I cannot access the named virtual host that I created. When I…
Mehdi Haghgoo
  • 91
  • 1
  • 10
-1
votes
1 answer

httpd virtual hosts redirecting to default installation page

i defined NameVirtualHost *:80 DocumentRoot "/home/andrei06041990/sites/cosmeticremix" ServerName cosmeticremix.dev ServerAlias www.cosmeticremix.dev
-1
votes
2 answers

How can I make packaged Apache work sanely on CentOS?

Every time I've ever run a production installation of Apache, it's been deployed in the standard configuration implied by the httpd documentation: PREFIX/bin /conf /logs /htdocs ... Normally, that dir structure is owned by…
Andy
  • 33
  • 3
-1
votes
1 answer

service failed to start after docker restart

I have created a docker container with httpd service installed in it. But whenever I restart the container, the httpd service does not come back online. Even I have added the service in chkconfig . The httpd status shows as "httpd dead but pid file…
Techiescorner
  • 137
  • 3
  • 8
-1
votes
1 answer

Set multiple variables in httpd conf

I have the following httpd configuration AllowOverride All SetEnv ENV local Options Indexes MultiViews FollowSymLinks Require all granted I'd like to add more variable like ENV for example , …
Scopi
  • 101
-1
votes
1 answer

Server with very high load

I have a problem with my server, which hosts several sites with circa 400 concurrent visits at peak time. The problem is that every few hours the load of the server gets very high for a minute or so, and then it will get back to normal again; this…
Ali Coder
  • 21
  • 3
-1
votes
1 answer

What modules can be enable/disable in a default Apache 2.4 setup?

I am setting up a new CentOS 7 server with Apache 2.4 and I am planning to add PHP-FPM trough mod_proxy_fcgi (as per this post here). I don't think all that's enabled by default is needed in this case but sadly I am not an Apache expert so I need…
ReynierPM
  • 710
  • 5
  • 14
  • 30
-1
votes
1 answer

Optimized httpd rewrite rules for 301 redirects

I am new to apache rewrite rules; I am writing the rules for 301 redirects for redirecting an old site's pages to new site. Please find below the rules -- #1 RewriteCond %{HTTP_HOST} ^(www-stage\.)?newsite\.com.au$ [NC] RewriteCond %{REQUEST_URI}…
-1
votes
2 answers

Failed to create shadow copy (CopyFile) While Loading an .aspx page in mono-server

Failed to create shadow copy (CopyFile) Description: HTTP 500. Error processing request Before I begin my question; below is link to my previous problem, It was 503 error; Resolved by enabling seboolian of httpd_execmem: Mono crashes while SELinux…
-1
votes
1 answer

Need to run httpd and jetty on the same centos7 server

I have a VPS with CentOS7 with httpd + php running on 80 port and let's say with domainOne.tld. All of the web files are in /var/www/html. Now I need to run a java application on jetty on another domain, let's say domainTwo.tld. If I just install…
artouiros
  • 121
  • 1
  • 4
-1
votes
1 answer

Apache httpd won't start

I'm unable to start apache on El Capitan. Output of apachectl restart is: [Mon Apr 18 19:47:32 2016] [warn] NameVirtualHost *:8443 has no VirtualHosts [Mon Apr 18 19:47:32 2016] [warn] NameVirtualHost *:8080 has no VirtualHosts httpd not running,…
-1
votes
2 answers

Apache returns empty response and must restart

I have the classical LAMP configuration on several servers, on one server I can frequently see Apache returned an empty error. I have PHP-FPM running to serve .php file, static pages like .html is okay however if I keep the server running for 1 day,…
GreenVine
  • 1
  • 2
-1
votes
1 answer

CentOS 7 ASP not working

I have set up a CentOS 7 VM running ISPConfig 3 on port 8080, httpd on 80 and a few other services like Dovecot etc.. I'm trying yo set up the VM so that it can display .aspx pages, but for some reason I keep getting a 503 error. It seems that I…