3
votes
1answer
41 views

Where is httpd.exe supposed to be?

On our server is Windows Server 2008 R2 Enterprise Edition. Apache won't load. I have been chasing this for a few days now; received lots of advice. One specific set of instructions was to see what ...
0
votes
0answers
84 views

apache httpd libapr linking .a .so

Problem I need to compile and install an Apache module on AIX 6.1. This is the module A. The Apache module is available only as source. I manageg to compile the source and the .so module was ...
1
vote
1answer
64 views

Httpd error: not accessible symlink with -D FOREGROUND

I'm trying to setup virtual host in Fedora18. Configuration is following: httpd version is 2.4 user/group - apache/apache global document root is /var/www/html vhost symlink: ...
1
vote
0answers
276 views

Cannot resolve localhost on Mac OS mountain lion

For the longest time I was a MAMP user, until yesterday, something went terribly wrong and MAMP would no longer start mysql. Long story short I decided to ditch MAMP and just setup my own AMP server, ...
0
votes
1answer
51 views

Move daemon to its own non admin user account

I am running a Ubuntu server instance. It's on EC2 so the default setup is a admin account(I know it's not root) named Ubuntu. I have already installed Apache HTTP 2.4 from source, but realized I ...
2
votes
1answer
503 views

httpd: bad user name apache

on centos when I enter service httpd start or restart server gives Starting httpd: httpd: bad user name apache [FAILED] I tried to add ...
0
votes
0answers
52 views

Set up a config file on Centos running on virtual box

I have installed Centos 5.8 on a virtual box. I'm trying to set my home page as one of the files located under /var/www/mobuynet.net/htdocs (mobuynet.net is my site name) The file that should run is ...
1
vote
0answers
153 views

How can I get Apache on OSX 10.8 to serve up a directory under a user home directory?

There might be more than one problem here, but I got my Mac back from the shop after the hard drive was failing, and the new hard drive reproduced my home directory but not httpd.conf. Since I have ...
1
vote
1answer
246 views

How do i install apache on my ubuntu 12.04 where it has virtualhost

According to the docs https://help.ubuntu.com/10.04/serverguide/httpd.html i have done following, and that is almost how i do always in my Fedora, but Ubuntu looks like its not working. a) DNS to IP ...
0
votes
0answers
168 views

Installed Apache httpd and PHP5.4 on CentOS, but no mention of PHP in httpd.conf file?

Using Centos 6.3, I installed Apache httpd 2.2 with PHP 5.4 (from a custom yum repository) and MySQL. PHP works fine on the command line, but there's no mention of it in Apache's httpd.conf. I know ...
1
vote
1answer
316 views

Weird Apache error - Apache hangs & needs restarting regularly

I've been recently receiving this weird error where Apache just becomes unresponsive and completely stops until it is manually restarted. It gets to a point where I can not longer retrieve apache ...
0
votes
1answer
32 views

I need to use apache httpd as a sort of proxy or filter, what's the best way?

I have server A (Jboss) which needs to get to server B (Tomcat), but I was told to proxy it through Apache HTTPD. I don't think that I want to truly set it up as a proxy server and set the proxy ...
0
votes
0answers
72 views

Is there any software to visualise Apache HTTPd configuration?

I need to graphically represent Apache 2 HTTPd configuration. Is there any software or scripts that can do this for me? Any suggestions would be appreciated. Thanks!
-1
votes
1answer
268 views

How can I block external access to my local Apache test server on OS X?

I use the built-in Apache 2 that comes with OS X (10.6.8 in my case) for development. I've been looking in access logs and seen I'm constantly poked from outside by nosy bots. I'd like to make it stop ...
0
votes
1answer
58 views

Why is Apache2 named sometimes apache2 sometimes httpd?

It looks like on Ubuntu and Windows, it's apache2 but on CentOS, it's httpd. This naming scheme affects the service name, the config directory and filenames,... Why 2 different names for the same ...
1
vote
2answers
73 views

Is .htaccess necessary for Apache httpd?

I'm now setting up a weblog site and encountered this problem. My server is Apache httpd 2.2. In case my weblog pollutes the root directory(htdocs), I created a subdirectory blog. The current state ...
0
votes
1answer
58 views

HTTPD benchmarking tool that parses output

I'm trying to benchmark a HTTP server. It's becoming quite obvious that I won't get accurate numbers if the tool being used doesn't parse any output (the JavaScript and HTML). Does anyone know of a ...
0
votes
2answers
1k views

Why do my Apache logs show two timezones

Dates from my apache log are correct(ish) but in two different time zones. For example... 10.3.1.1 - - [26/Jan/2011:10:57:34 +0200] "GET /html/js/jquery/jquery.bidi.js HTTP/1.1" 200 4328 ...
1
vote
1answer
362 views

Why does clicking links on my site not change the URL in the browser's address bar?

I expect this is a basic question but I'm not sure what to search for in order to get the answer... I'm hosting a site using Apache 2.2 (on Mac OS X 10.6) and I use a Directory and an Alias directive ...
0
votes
1answer
421 views

generate specific apache httpd error codes for testing

I'm testing client software which responds differently depending on a webserver's response code. For the purposes of testing, I need to configure my Apache server to return specific error codes, ...
1
vote
2answers
458 views

How to figure out which directory is web server root?

I want to view websites hosted on my Mac when running Windows VMware Fusion. I have an entry in the Windows hosts file to enable the routing: #ip of my mac domain i use on the VM to access it ...
1
vote
1answer
1k views

Rolling Apache2 log files

I'm using a Collabnet svn distribution on linux, and the log files are configured through the standard apache httpd.conf. It's been a while since I dealt directly with apache, but my memory and ...
4
votes
2answers
1k views

Uninstall Apache using make

I installed httpd using make. But i cant find any remove/uninstall method in README or INSTALL files. Also, i searched the http://apache.org docs. There also there is no mention of uninstalling using ...
3
votes
3answers
3k views

Apache's httpd.exe won't run on my Windows 7

I went to apache.org and downloaded httpd server for my Windows7, after successful install, I try to run it and I get following message: Problem signature: Problem Event Name: APPCRASH ...
2
votes
1answer
819 views

Mac OS X + Apache + Web Sharing

I'm running Mac OS X (Snow Leopard) and I'm trying to use Eclipse PDT and I'd like to use "Web Sharing" built-in feature that basically runs Apache. I'm doing code change in PDT and I want to use ...