The Apache HTTP Server, commonly referred to as Apache, is an open-source HTTP server for modern operating systems including UNIX, its variants and Windows. Apache is a secure, efficient and extensible server that provides HTTP services in sync with the current HTTP standards.

learn more… | top users | synonyms (1)

0
votes
0answers
2 views

Point A record to apache virtual host

I have two apache virtual host sites on my Amazon EC2 instance that has an elastic ip set up. I bought a domain on namecheap.com and plan on using their free dns service. I am trying to point the A ...
0
votes
0answers
8 views

Django on godaddy - 500 internal server error OR Forbidden 403

I have a deluxe Linux hosting account on godaddy and from the past 3 days im trying to host a django website. I followed these tutorials: ...
0
votes
0answers
6 views

Shared Domain multidomain trouble

I've got in a ftp in a hosting the following configuration: www/domain2 The www corresponds to another domain (domain1), and when I try to access a post in wordpress in domain2 the url looks like ...
0
votes
0answers
3 views

Remove / Rewrite 2 directory names from URL

I need to rewrite or redirect URLs like this: http://www.mydomain.com/shop/product/keep-this-please to http://www.mydomain.com/keep-this-please and the htaccess in my shop (Magento) ...
-1
votes
0answers
21 views

a php page requires dot php to be accessed

I have a php page, say named myInstance.com/excellent.php. The page used to work when user type the following to the browser address bar: myInstance.com/excellent (i.e., no dot php) Recently the ...
0
votes
0answers
3 views

Does Apache Felix FileInstall works for dynamic configuration of an application?

I am trying to develop an application that can be configured by its users. I need the configuration to be done by installing/updating/stopping/uninstalling bundles. All this should be of course done ...
0
votes
0answers
7 views

Grails use Apache Alias

I am running a grails war running inside of tomcat on an apache server. This cannot be changed. I had set up an alias through apache to send one of the grails urls to a unc path because I need to ...
0
votes
0answers
14 views

In Struts2 if I set devMode to false then calls to high response time actions are retried after 60 seconds

I am using Struts2 framework (version 2.2.3). Some actions of take 60+ seconds to resolve. In such cases when the struts.devMode is set to false i.e. the prod environment settings are set, struts2 ...
-1
votes
0answers
6 views

Apache Whirr: Other tools in the landscape [on hold]

Are there any competitors to apache's whirr project for commisioning nodes on the fly in public clouds such as EC2 ?
0
votes
1answer
13 views

WordPress and www subdomain

I have setup WordPress for my domain xyz.test. In my domain configuration I have set the A entry for the www subdomain to the same A entry as for the primary domain (xyz.test). However, when ...
0
votes
1answer
12 views

Python + mod_wsgi/mod_python + Apache + user's public_html

I'm interested in making a pretty basic Python webapp, literally just a form that takes in some input, calls a Python function on that input, receives results returned from that function, and then ...
0
votes
0answers
13 views

java apache mina websocket communication

i have a problem with apache mina and websocket communication. The handshake works fine and i have a working connection with my server, but if my client sends a string to my server, the strings ...
0
votes
1answer
19 views

Error with PHP Websocket and Wamp Server

I'm really new about this of Websockets, i'm trying to connect this websocket: phpwebsocket with WAMP server, first, in my httpd.conf I wrote listen 9300, and if i go to localhost:9300 it works right, ...
0
votes
3answers
30 views

Allow access to all files from only 1 IP address and redirect all others to other file

I'm not sure if this has been answered before but I tried looking for it. Anyways, I'm currently developing a website but I would like to make the actual site content only accessible from my IP ...
0
votes
1answer
9 views

.htaccess prevent access from all but root (with or without trailing slash)

My approach is - deny everything except what I'm familiar with. I want to allow access to root, index.php and familiar 'safe' extensions. Thus I won't have to THINK about what I should protect, but ...
0
votes
0answers
22 views

Apache httpclient library not found

When I try to deploy an application to my Mule standalone server, the application deploys properly but when I try running a flow which uses RestTemplate (spring) and ...
0
votes
0answers
4 views

how to detect a disconnect using apache.net's telnetclient

We are using apache.net telnetClient successfully in our current application. However, we have a new issue where the server were connecting to will randomly disconnect us due to hardware issues, we ...
0
votes
0answers
4 views

Apache's ProxyPassMatch isn't ignoring the backreference

I'm trying to use Apache as a proxy in front of a single page javascript application. The aim is: visiting: http://apache.local/ returns http://source.local/index.html visiting: ...
0
votes
0answers
12 views

Can't access files directly in browser or with AJAX - Opencart Installation

I have a custom php script that I'm trying to access via AJAX, and i get a return of 404 in browser or via AJAX. I've been able to access custom scripts via PHP in the current environment. Strange? ...
0
votes
0answers
6 views

Customize AWStats Downloads

This seems ridiculous to me, but AWStats is not configured to count exe or dmg files as downloads. What config file or setting can I change? I tried looking through the documentation but found no ...
0
votes
1answer
17 views

.htaccess alternative to B flag? (escape backreferences)

I have a .htaccess set up with the following: RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME} !-f RewriteRule ^([a-zA-Z0-9_-]+)/?$ profile.php?aid=$1 [L,QSA] This gets a users ...
-1
votes
3answers
10 views

Apache(httpd file) does not automatically start after a restart of Vagrant Box in Sientific Linux [on hold]

Every time I restart my Scientific Linux Apache Server, I have the Problem that it is not starting the Apache Web Server (httpd file). I have to do it manually with this code: [vagrant@magento ~]$ ...
0
votes
0answers
4 views

Apache worker mpm, one process and many threads: need help to understand performance

Got a mod_perl-written serverside program. Im using shared apache worker mpm memory with one process only, and ~ 60 threads. Im using locks to temporary secure the access to the shared memory, just ...
0
votes
1answer
7 views

Apache - Find the number of requests for a file

So here's the problem: I want to find out how many times a certain file(or files) has been viewed(or downloaded). Can I get this kind of info from the apache logs, and if yes how?
0
votes
1answer
16 views

How to stop running tomcat using batch file?

I have installed tomcat 6 using tomcat6.exe file. From the location, am able to run tomcat by double clicking on Tomcat6.exe C:\Program Files\Apache Software Foundation\Tomcat 6.0\bin I just ...
0
votes
0answers
12 views

Calculate download quota usage for a folder

I have a folder in my web server, on this folder I have many files. I want limit access to this folder, so I use "HTTP authentication with PHP" and mysql, now I want track download quota and store ...
0
votes
0answers
9 views

Creating directories for log and cgi files on virtual host

I have to create directories for log and cgi files within the each site I'm hosting. When I run XAMPP's Apache server with below provided code of httpd-vhosts.conf file I get message: 1:23:14 PM ...
0
votes
1answer
9 views

URL rewriting using .htaccess - 404 error

I've set up a LAMP stack on my Raspberry Pi as a development environment for my website. I am trying to implement URL rewriting to make my URLs prettier, but it doesn't seem to be working. I have ...
0
votes
0answers
13 views

CodeIgniter NGINX Rewrite

I used the nginx configuration for vhosts. Please take a look at the pastebin http://pastebin.com/PNh8iMbu and in .htaccess: http://pastebin.com/6TkViV2Y Most of things are working fine but the ...
0
votes
2answers
20 views

Python CGI script - 500 error

I have python CGI script that runs perfect on my local Apache 2.2.22 server. It outputs correct result and so on. But when I try to execute it on virtual hosting, there is error 500. I really have no ...
1
vote
1answer
23 views

.htaccess difficulties with directory

I want to following url : nl/provincies/Limburg/plaats/#CITY# for example : nl/provincies/Limburg/plaats/Amsterdam To be rewriten to section.php?sid=plaatsen$plaats=#CITY# Ofcourse this is not so ...
0
votes
1answer
18 views

When run JSF demo page the server page shows 404 error

I am new to JSF and trying to run a demo project. Its just a simple hello world in <head> and <body> contains the <h:outputlabel value="My first JSF page">. When I try to run it the ...
2
votes
0answers
18 views

DSO breaks my php code

I just requested from my hosting company that APC be installed, after which they told me they'd have to switch the PHP handler from suPHP to DSO + modruid2 or FastCGI, I opted for DSO. But now my ...
2
votes
0answers
17 views

Authentication plack/PSGI app on the reverse proxy

Have a scenario: So, requests via enctypted HTTPS going to Apache like: https://server1/MyPerlApp If the user is not logged in, get a redirect to some login page (in the server1), so the Apache ...
0
votes
0answers
25 views

Where to store application relevant config files?

we have an svn with serveral php applications in it (not depending from each other, with different versions). The problem I have, is that I don't know where to store the config files and how to make ...
0
votes
0answers
12 views

openGTS online with domain name

I installed openGTS in local on my computer with apache tomcat server, that work but i would like install this open source project online with domain name. Someone can help me please?
0
votes
0answers
25 views

Mutex deadlock in apache due to SIGALRM

We are using Apache 1.3.12 in our project having platform as Solaris 10 and found that some apache processes are in stale (deadlock) state. This is single threaded Apache we are running. gcore ...
0
votes
1answer
15 views

Apache Commons HttpConnection : PostMethod - Get Underlying HttpConnection

How would I go about getting the underlying HttpConnection of a org.apache.commons.httpclient.methods.PostMethod, or org.apache.commons.httpclient.HttpClient Object?
0
votes
1answer
7 views

Fetching the virtually hosted site on apache from localhost

I have set up apache with 2 virtual hosts on a CentOS 6.4 box. Virtual host 1 - abc.com. Virtual host 2 - def.com. And the default one is abc.com. Now on the same box - I need to do wget on ...
0
votes
2answers
38 views

500 Internal Server Error for php file not for html

My site having 4-5 staic pages only. index.html & index.php both are there. index.html is working fine. If I change to index.php, it's giving 500 Internal Server Error. I don't know where is my ...
0
votes
1answer
13 views

How to deploy j2ee application on apache2 server

I want to deploy my j2ee application on apache2 web server. can anyone provide me a reference how to set up Apache and Tomcat to work together with Apache serving static content and forwarding the ...
1
vote
1answer
12 views

URL Rewrite : Pointing wildcard url to its subfolder

I need to show content of wildcard url to its particular subfolder .. For Example Right now http://youbridge.info/watchvideosonline/random-hello.html is showing content of home page , instead i ...
0
votes
1answer
19 views

Why use Passenger with Apache?

Why phusion passenger is used along with apache server for a rails application ? What's the advantage of using it ? Cant we manage alone with apache server ?
0
votes
0answers
11 views

Xampp for MAC, Apache can't get started

I am using MAC OS X 10.8.4 I am using xampp. It was fine for more than 3 months. But today when I start mysql and apache, the mysql got started and apache threw an error as below, Syntax error: ...
1
vote
1answer
27 views

Why will my demo not write json to file using ajax and php?

I am tearing my hair out of this one. I am only trying to teach myself php to do this one thing. Write a json file. My php is probably a giant pile of dung, and more, was all over me with a 412 ...
-4
votes
0answers
30 views

Is their any way to prevent popup for my site [on hold]

One of my site is being hosted on free web hosting plan of a company, so they put pop ads on my site. When ever somebody visits my site it pops hell lots of pop ads emerging on their background. ...
0
votes
1answer
14 views

How to make www-data (Apache) to access Crontab of root in ubuntu?

I want to access the root crontab from webpage.How i can do that.I have a project in which i have to list all the jobs on webpage.And after that if needed we need to edit the time for cronjobs ...
0
votes
1answer
15 views

WAMP Apache Open port

I'm trying to open port 8080 of localhost, but it doesn't work, in my httpd-vhosts archive i have this: <VirtualHost *:8080> ServerAdmin [email protected] DocumentRoot ...
0
votes
0answers
22 views

Unable to login when redirected from https to http

I have a portal which runs on https. I created a link to a http portal from there. Now the problem is when I redirect from https portal to http portal using hyperlink, I am unable to login. When I ...
0
votes
1answer
9 views

RewriteRule - Special Characters (Ex:// http://test.com/test_)

As the title states, how would I change my rewrite rules so it will allow special characters such as _, -, or _ inside of my rules RewriteRule ^([a-zA-Z0-9]+)/([a-zA-Z0-9]+)/$ index.php?p=$1&s=$2 ...

1 2 3 4 5 545