Questions tagged [httpd.conf]

httpd.conf is a typical name for a web server configuration file. Historically this is the main Apache configuration file. It is also the configuration file for OpenBSD httpd.

httpd.conf is a typical name for a web server configuration file.

Historically, this is the main Apache configuration file, but has been adopted by other servers, including OpenBSD httpd.

In recent Apache installations, the main file can also be called apache2.conf.

616 questions
-1
votes
2 answers

Cent OS forbidden error

I am very beginner to system and network administration and I researched a lot on this problem, but still not sloved! I have an Ubuntu machine in which I installed cent Os 6 as a virtual machine. I turned of SE Linux and flushed out the firewall…
Uvais Ibrahim
  • 11
  • 1
  • 3
-1
votes
2 answers

I Have 5GB Free RAM and 70-130 Apache Processes - Improvements?

I want to tune my httpd.conf. I have constantly about 60-130 Apache processes (all 20+MB). However my server only needs like 3GB and I have 8GB overall. My settings: Timeout 10 FileETag None StartServers 15 MinSpareServers…
mashup
  • 330
  • 1
  • 14
-1
votes
2 answers

Accessing Virtual Host from outside LAN

I'm setting up a web development platform that makes things as easy as possible to write and test all code on my local machine, and sync this with my web server. I setup several virtual hosts so that I can access my projects by typing in "project"…
Ray
-2
votes
1 answer

Reconfiguration of httpd.conf from one project to three projects on local server

Problem I need to properly configure my httpd.conf on apache2 server to change it from one project (http://localhost/) to three projects. Would you be so kind and check the following codes and descriptions and help me to make a correct…
Emma
  • 121
  • 1
  • 1
  • 8
-2
votes
1 answer

Multiple websites on same server

When running multiple websites on same server: root/website1 root/website2 root/website3 What should be done to make these websites run intependently - I mean to completely restrict access of PHP (or any other scripting language) to the root folder…
acoder
  • 101
  • 1
-2
votes
1 answer

Apache LoadBalancer URL rewrite

I have one URL http://ip:port/Parameter (apache LoadBalancer), If I hit this URL, apache LB should rewrite URL as http://ip:port/application/Adaptor/Parameter. Parameter this value will change always. How can achieve this by using Apache Load…
Arun Binoy
  • 101
  • 3
-2
votes
1 answer

How to create CoreDumpDirectory in AWS?

I am using AWS but i dont know how to check CoreDumpDirectory exist or not. if not how to create this and which path?? I am trying this but not got any solution How to get a core dump from apache when segfaulting
Ajay patel
  • 97
  • 2
-2
votes
1 answer

Apache Extended Logs of php files

I am using apache and I want to log each php or any script file with its location which runs for more than 30 seconds or so. I tried to find solutions extensively, but no luck has come true. Is this possible in apache using any native or any…
Hashmi
  • 143
  • 10
-2
votes
3 answers

Apache as backend server doesnt kill childs

I have apache as backend server for nginx. Here is my config for prefork MPM which i use: StartServers 1 MinSpareServers 1 MaxSpareServers 5 MaxClients 10 MaxRequestsPerChild 0 So as you can see, MinSpareServers is…
kirugan
  • 105
  • 4
-2
votes
2 answers

how to optimize apache on web-server

how can I optimize the server with following configuration. It takes too much time to load a page. IBM X3200 M3 Server - 1 Intel Xeon Processor with 4 GB Ram Below is my current configuration for apache: Start Servers: 5 (Default) Minimum Spare…
-3
votes
2 answers

Server not recognizing that wget is installed on OS X Yosemite

I'm trying to install some software (called Prohits, used for mass spectrometry data management) on a localhost server I set up. One of the requirements for the install is that I have wget installed. So I installed Homebrew and got wget and verified…
covfefe
  • 113
  • 1
  • 4
-3
votes
1 answer

My website is superslow but the %CPU is only 25%

I have 2 servers for my website : One server 256GO RAM 20c/40t for MySQL One server 256GO RAM 20c/40t for Apache The MySQL server is always ok (30-50% of CPU is used). But the Apache server become SUPERSLOW when my website start to get 10,000…
-3
votes
2 answers

phpMyAdmin not found

My phpMyadmin installed from portmaster works just fine execpt when I omit the trailing slash from the main URL, I got a not found error : http://192.168.1.161/phpmyadmin This link does not work and displays this error : Not Found The requested…
-3
votes
2 answers

index.html opens up fine but index.php saying 404 not find page

Possible Duplicate: How to configure php5 on apache2.2? I have bought new apache server 142.4.4.15 It opens up index.html but cannot open index.php I have php, apache and mysql installed on to it. Apache status showing working fine.... Is their…
Wazzzy
  • 147
  • 1
  • 6
-3
votes
1 answer

Why does the httpd process consume so much memory?

Possible Duplicate: Server refuses to use swap partition I am using Linux with Koloxo panel for site management. My database server went down, and I think it happened because of a lack of memory. This is even though the machine has 8GB memory and…
realcoder
  • 1
  • 1
1 2 3
41
42