The Apache HTTP Server is an Open Source Web server. This tag should be used for questions specific to version 2 (2.x) of Apache HTTPD. For more general Apache HTTP Server related questions, you should use the Apache tag instead. Apache is very well documented and most functionality is described ...
0
votes
1answer
14 views
How do I access server-status on MacOS X Lion?
I am running 10.7.4. I have Apache up and running. It serves html and php as expected. I was playing around with apachectl and wanted to see what fullstatus did. The complete command is:
$ apachectl ...
0
votes
1answer
10 views
Apache proxy_mod refresh
I have an apache web server with a ProxyPass configuration to link a Tomcat server:
ProxyPass /server http://localhost:8080/server
ProxyPassReverse /server http://localhost:8080/server
When Tomcat ...
-2
votes
1answer
26 views
How do I stop erroneous processes from php code that no longer exists? [closed]
I am running xubuntu 12.04 with apache2 as a local server. I recently wrote a while loop statement in 'testing.php' that was supposed to retrieve a remote xml file from a url and save that to a file ...
-2
votes
0answers
27 views
Can't locate Bugzilla/Search/Recent.pm in @INC
Software error:
Can't locate Bugzilla/Search/Recent.pm in @INC (@INC contains: . lib C:/Bugzilla/perl/perl/lib C:/Bugzilla/perl/perl/site/lib) at CGI.pm line 30.
BEGIN failed--compilation aborted at ...
2
votes
1answer
14 views
NTLM Authorization using Apache NameBased VirtualHosts over SSL
I have a development environment that is fronted via an Apache server. This apache server requires SSL and Centrify-enabled NTLM authentication/authorization with the AD backend, using group access to ...
1
vote
3answers
51 views
Apache dynamic aliases
I've got LAMP setup on a VM that I use for multiple projects. My document root is a /www and I create a folder for each project within it.
/www/project1-name/
/www/project2-name/
I access them in ...
1
vote
2answers
27 views
Apache shows .html, .php files as .txt
I have files in public_html (index.html). When I go to the main page it gives me "Apache Test Page". When I try to add link to them manually (domain_name/index.html or index2.php) it gives me only ...
2
votes
2answers
44 views
Apache Virtual Hosts pattern matching
I've tried looking at other similar questions, but can't really find what I'm looking for.
I have a server running apache2, and I want all requests for www.foo.tld to serve the pages in ...
0
votes
0answers
15 views
Getting 502 instead of 503 when all backend servers are down running HAProxy behind Apache
I'm testing running HAProxy as a dedicated load balancer behind Apache 2.2, replacing our current configuration where we use Apache's load balancer. In our current, Apache only, set-up if all the ...
0
votes
0answers
19 views
Contacting APE Server (adding frequency)
I am testing ape installation and show the next error,
Running test : Contacting APE Server (adding frequency)
Can't contact APE Server. Please check the folowing url is pointing to
your APE server ...
-2
votes
0answers
28 views
two applications (ruby and php) on same url [closed]
I have two applications. One is PHP and the other is Ruby.
I have only one domain (www.example.com) and I want both these apps accessible on same domain but with different URLs.
For example suppose ...
0
votes
1answer
21 views
Unable to open logs - Apache2 on Ubuntu 10.40
When I try to restart apache, I get the following:
Starting web server apache2
(13)Permission denied: make_sock: could not bind to address 0.0.0.0:80
no listening sockets available, ...
0
votes
0answers
13 views
How do I resolve a PHP error “Failed opening required” in a symlink context?
I am running Apache/PHP on MacOS X Lion 10.7.4. My directory structure is set up as so:
/Users/achan/Sites/
lrwxrwx--- 1 achan staff 23B Apr 27 16:21 epwbst@ -> /Users/achan/dev/epwbst`
...
-4
votes
2answers
26 views
Unable to connect to Apache website hosted on VPS
I have set up a basic LAMP stack on a self managed VPS and now I would like to to preview the site by the IP assigned by our provider - before switching DNS over. Chrome reports the following error ...
4
votes
1answer
20 views
mod_rpaf problems with Nginx front, Apache back-end after Ubuntu upgrade
I'm running an Nginx front-end for static files, and proxying to an Apache backend for PHP and Passenger, using Apache's mod_rpaf to set the correct remote IP address on the backend. Everything worked ...
4
votes
2answers
56 views
How can I benchmark my website with SPDY support?
I'm currently running a lot of configuration benchmarks on my server using siege,
and I would like to try the SPDY protocol (with mod_spdy for Apache) - but siege use HTTP.
Do you know any tool which ...
0
votes
1answer
25 views
using .htaccess to block tor servers
I have a large list of tor servers, maybe 2,000+ servers that I would like to ban from registering accounts on my site. Is it viable to block the entire list I have in an .htaccess file or will this ...
0
votes
1answer
33 views
convert apache rewrite to nginx
I am confused to convert this rules to nginx.
RewriteEngine On
RewriteCond %{REQUEST_URI} ^(.+)\~s$
RewriteRule ^(.*) stats.php?u=$1 [L]
RewriteCond %{REQUEST_URI} ^(.+)\~d$
RewriteRule ^(.*) ...
1
vote
1answer
13 views
Apache server Website should point to Vhost but is searching in html folder on upgrade
I upgraded my server from 2.2 to 2.2.22 . When I open my website in chrome it says successfully installed and
You may now add content to the directory /var/www/html/. Note that until you do so, ...
-2
votes
0answers
38 views
why domain without www sometimes works sometimes not [closed]
Possible Duplicate:
to www or not to www
what can be reasons that a domain is working in following way
www.example.com
but SOMETIMES not working in following way
example.com
all I can ...
-4
votes
0answers
24 views
What specs should I seek in a medium-load web server? [closed]
I'm currently in the market for my first server, which I'll be using as a test & backup server as well as handling backend processing for a variety of web services getting 20,000-30,000 hits a ...
1
vote
1answer
30 views
Why example.com redirects and www.example.com not?
I have a working domain www.mydomain.es and I need that mydomain.com and www.mydomain.com redirects to it. This is my bind config:
$ttl 38400
mydomain.com. IN SOA r12345.ovh.net. ...
2
votes
1answer
44 views
How To Manually Redirect URLs To a New Blog
I'm building my new blog on Tumblr, I've already got all my old WordPress posts and migrated them to their new home. The problem is that the Tumblr permalinks are different from the WordPress ones ...
1
vote
1answer
39 views
Apache's “OPTIONS * HTTP/1.0” running 100% CPU - Runaway httpd process
I have this recurring issue where an httpd processes will randomly start running at 100% CPU. Often other httpd processes will join in, and it will continue until I restart Apache. Oddly, the thing ...
2
votes
2answers
23 views
How can I serve from apache several projects and disallow that users project from reading other's project?
Let's explain that mess, I have some projects in one server under debian 6, each one located at their respective /home/USER with it's respective user. I want the users that login as "project1" not ...
1
vote
1answer
21 views
Apache2 + SSL + Proxy to Sinatra App: Will it work? Or will there be some warning to the user?
I have an situation where the main website is a legacy app written in ColdFusion which I've recently migrated from MX 6.1 to 9.0.1. Another part of the website is a blog/forum in PHP5 on WordPress. ...
2
votes
1answer
32 views
CentOS 6 Apache Virtual Host Config Help for Development Server
I have setup a LAMP server with CentOS. It will be used as a development server within our domain. It is our first Linux server and would like to actually put one into production in the future.
The ...
1
vote
1answer
34 views
Why is .htaccess redirecting to `default.asp` and what it is?
This is the content of my .htaccess file:
Options MultiViews
Options +FollowSymlinks
RewriteEngine On
RewriteBase /
RewriteCond %{HTTP_HOST} ^www.lventas.com$ [NC]
RewriteRule ^(.*)$ ...
0
votes
1answer
44 views
after enabling mod ssl apache stops listening on port 80
I have an ubuntu 12.04 server with zend server CE installed. I now wanted to enable https but after the first steps according to the documentation, 'a2enmod ssl' and 'apache service restart', apache ...
0
votes
0answers
20 views
Nginx as non-caching reverse-proxy overwrites Cache-control
We run our web application using Nginx as load-balancer in front of Apache driven backend servers. The cache in Nginx configuration is not enabled (is this different from disabled?); relevant ...
2
votes
0answers
19 views
How to mitigate SSL/TLS Protocol Initialization Vector Implementation Information Disclosure Vulnerability? [migrated]
Disclaimer: I'm not a sysadmin, please try to give your answers in developer friendly language ;)
I'm test scanning a fresh VPS image with Nessus and I'm getting plugin 58751. I tried figuring out ...
0
votes
2answers
22 views
httpd.worker binary was not created apache2.2.21
We complied the apache source code 2.2.21. we are able to run httpd and able to launch the site.
But the problem is httpd.worker binary was not created. So How can I create httd.worker file to start ...
-1
votes
1answer
31 views
Linux wireless network with apache
I want to create a wireless network, which I want to launch a php web application in it. Could you please tell me what I need for this? Which Linux server edition I must install, what configurations I ...
2
votes
5answers
350 views
Sabotaging an apache server
Bit of an odd one this. We have a very political management situation brewing and as the developer looking after the interaction with the hosting company, I have been asked to perform a bit of ...
0
votes
1answer
22 views
.htaccess and exact matches
I'm having trouble rewriting the following:
mysite.com
mysite.com/myproduct
www.mysite.com
www.mysite.com/myproduct
to mysite.com/myproduct/
Whatever I tried, it was either missing rewrites or ...
0
votes
1answer
16 views
Apache - reading/writing across vhost
Is there a way for vhost X to write files to vhost Y? Here is my setup:
www.domain.com points to x.x.x.x IP address, using /httpdocs as directory
www.domain1.com points to x.x.x.x IP address, using ...
1
vote
2answers
21 views
Let Apache connect through a proxy
I have a question to let HTTP Proxy requests via a proxy.
Here is the situation:
- I am connected from home to a VPN of my company.
- The VPN has a proxy server, which I have configured and it works ...
0
votes
0answers
30 views
Remote web in localhost: htaccess redirections
I have a web working in a remote server: www.example.com and I'm copying it to my localhost, Apache is installed on port 8082 so my local adress would be localhost:8082/example.com/.
This is what the ...
-1
votes
3answers
20 views
apachectl start can't find httpd but it is there?
Just configured and installed Apache (successfully as far as I know) on a remote server, via X-Win32 SSH.
In the bin directory I see "httpd" listed.
To start the web server my provided instructions ...
1
vote
0answers
29 views
apache virtual host configuration confusion
I'm confused as to use virtual host or not. domain.com/xyz/xyz points to an external server IP address. How can I configure apache on the external server to resolve requests coming from ...
1
vote
2answers
31 views
What is a good live request monitor for Apache httpd?
I have used SeeFusion to monitor ColdFusion requests. Is there a similar tool that would allow me to monitor Apache httpd requests in real time? We have a server that was fast and responsive for ...
0
votes
1answer
39 views
Varnish hijacking user sessions
Client contacted us with problem with login system on one of pages we coded. Sometimes it happens that users log in as someone else. As much as we tried, we couldn't replicate it. I suspect Varnish is ...
0
votes
2answers
34 views
url redirection using .htaccess
As i have changed my dynamic urls to static urls. now i have one dynamic url which is already distributed to so many sites. as i dont want to loose traffic whenever anyone trying to access my dynamic ...
0
votes
1answer
31 views
Rewrite URLs with Apache (to be used in combination with mod_proxy)
I'm using Apache and mod_proxy to provide access to the Monit GUI over HTTP. So far my configuration is as follows:
ProxyRequests Off
<Proxy *>
Order deny,allow
...
-2
votes
1answer
36 views
Subdomains using Apache Virtual Host
I want to setup Subdomains on my website used for various purpose.
e.g. rc.mywebsite.com for Release Candidate, beta.mywebsite.com for Beta Candidate and www.mywebsite.com/mywebsite.com for Live ...
0
votes
1answer
22 views
PHP session timeout on shared sessions file storage
So to start of with I know that using a memcache or a database would be a better way to go. But I have (for now) made a load balance environment where I have a shared PHP session file storage. Some ...
0
votes
1answer
21 views
Can ping ec2 server (ubuntu/apache) but don't get response from http request
Background:
OS: ubuntu
Web Server: apache2
What works:
I can ping the server's elastic IP (and receive a response)
I can ssh into the server
What doesn't work:
I cannot get any sort of http ...
1
vote
2answers
30 views
Domains and subdomains virtualhosts with different SSL certificates
I have a domain: www.example.com and I need this domain to be reachable both via https and http.I have a certificate (GeoTrust) that protects www.example.com and example.com.
I need to protect ...
2
votes
1answer
40 views
Varnish client.ip says 127.0.0.1
So I have a setup like Nginx -> varnish -> apache2
If I get a request with a static file it is sent through nginx to varnish and back to nginx again since its a lot faster than letting apache2 server ...
-1
votes
0answers
28 views
Warn: CommonName (CN) `*.xxx.yyy' does NOT match server name?
We're getting the occasional error:
[warn] RSA server certificate wildcard CommonName (CN) `*.xxx.yyy' does NOT match server name!?
(This is not a duplicate of Apache Config: RSA server certificate ...