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
15 views

multiple directory rerouting with rewrites

I'm trying to rewrite multiple directories for my app using .htaccess All requests are processed via the 'app.php' file in my 'Web' directory which works absolutely fine but I've got my assets ...
0
votes
0answers
13 views

Custom page 404 jsp does not pick up css

I have a custom page 404 jsp page that works fine but does not pick up the css (and image). My directory structure: -webapp - -error - - -jsp - - - -page404.jsp - - -styles - - - -style.css ...
0
votes
0answers
35 views

apache only serving plain text for html5

I have a fresh ubuntu 12.04LTS with lamp stack. I put an html5 template with open permissions in /var/www and it shows up when I go to the domain but only the text. The images and css do not load. Any ...
1
vote
1answer
13 views

Htaccess change hyphens to underscores

I have changed the structure of my links and am trying to 301 my old links to the new links to stop them all getting 404s Old links ...
-1
votes
2answers
28 views

How to restrict API access to limited domains names?

I am creating RESTful web services, but I want to protect those web services and want to give access to specific domain names. I have achieved that by following code in PHP: $allowed_hosts = ...
0
votes
0answers
9 views

Asynchronous requests rails apache/phusionpassenger

I've implemented a controller method which makes a couple of requests to an third parry API, which is quite slow. Further I've utilized one of Thin's asynchronous features: # This informs thin that ...
0
votes
1answer
26 views

Example/ Tutorials to use Apache ServiceMix API's for monitoring web-service programmatically [closed]

I am new to the world of Apache ServiceMix and I need to setup a test environment in which I need to delopy a simple (SOAP) web-service and then call that web service from any external medium. I ...
0
votes
0answers
23 views

Error: We're sorry, but something went wrong. Simple JRuby on Rails Program on Tomcat

situation: Environment: Windows 8, JRuby 1.7.3, Rails 3.2.13, ... I'm trying to run a sample program from a JRuby on Rails teaching book so far: Created Simple Ruby on Rails project "answerme" ...
0
votes
0answers
13 views

Include a second CONFFILE in httpd

I am trying to include a CONFILE in /etc/init.d/httpd, for this i use the htttpd -f /etc/httpd_new/conf/httpd.conf command, but when i use it i got this error : httpd: apr_sockaddr_info_get() ...
0
votes
2answers
29 views

How to start rails server with apache restart?

I'm having some issues deploying rails on a CentOS machine. I think running rails s -d will make it persist after the ssh window is closed. However what happens if restarts? How to make it run rails ...
0
votes
0answers
35 views

PHP: getting error message Call to undefined method soap_call in wordpress

we have a very strange error message I found in the server's error log when I wanted to see why a cron job fails: PHP Fatal error: Call to undefined method CEmailReader::soap_call() in ...
0
votes
0answers
28 views

Automatic Redirection from http to https with .htaccess authentication in virtual hosting

Hi I have configured Virtual host on apache with .htaccess authentication with SSL. Its working fine when I typed url https://www.example.com:9004/test.php but when i typed ...
1
vote
1answer
17 views

Apache Mahout. Limit or Offset for recommendations

I wanted to implement a pagination with mahout(specfying, offset and max result) how do I achieve that with Mahout? so let's say I have this code that generates recommendations File ratingsFile = ...
3
votes
1answer
58 views

What specifially makes node.js more scalable than apache?

To be honest I've not understood it completely yet - and I even do understand how node.js works, as a single thread using the event model. I just don't get how this is better than Apache, and how it ...
0
votes
0answers
5 views

Can Apache restrict URL pattern by port number?

I would like to know how i can use Apache to achieve this: Essentially i only want access to /secure/ or /iphone6/secure by port 8000. http://myapp.com/secure -> Deny access to user ...
1
vote
1answer
12 views

RewriteRule not working in httpd.conf

I'm trying to make the following occur: When I go to http://www.mysite.com/b-pogs/20 (or http://www.mysite.com/b-pogs/20/), it internally redirects to http://www.mysite.com/b-pogs/index.php?comic=20. ...
1
vote
1answer
18 views

How to create virtual folder with mod_rewrite similar ln -s Unix

Previously was using command ln for create virtual folder. cd public ln -s ../app/assets/ assets ~ public > ls -l lrwxr-xr-x 1 carlosmontalvo admin 14 May 15 12:21 assets -> ../app/assets/ ...
0
votes
0answers
9 views

why is content-negotiation not as popular as rewrite or redirect?

I am trying to grasp the conceptual differences between rewrite redirect multiviews as methods for getting urls w/o the ".html" extension to resolve properly. Right now extension-less urls are ...
0
votes
0answers
9 views

Error 502 when configure a reverse proxy using Apache

I'm trying to configure a reverse proxy to work with CMS, this is a part of my httpd.conf file: <IfModule mod_proxy.c> ProxyRequests On ProxyPass / http://localhost:8443/ ProxyPassReverse / ...
0
votes
1answer
22 views

php virtual function causes blank page

the following code produces a blank page, and no error in the error logs: <?php virtual('/inc/doctype.html'); ?> I have checked that the file exists and is reachable.
0
votes
2answers
37 views

How come my Apache can only access root owned files?

Running apache on centos 6.4 and my web server can't see any files unless the root user creates or copies them. ps aux | grep apache shows that apache is running as apache user, not root. I tried ...
0
votes
1answer
115 views

Cordova 2.7.0 PushPlugin “cordova cannot be resolved” and “ctx cannot be resolved”

What I've done.... Created the cordova project using ./create in the cordova-android bin Added PushPlugin via cordova-plugman Added cordova-2.7.0.jar to the /libs directory Cordova is complaining ...
0
votes
0answers
13 views

How to restrict access user access to swf file on server?

if there is a vulnerable swf player file on server, ex. site.com/player/player.swf how do I restrict user access to that file. I still want to use it as player on my site , but don't want to allow ...
-1
votes
0answers
18 views

Nginx failing to bind to a addres which is open [closed]

I am trying to make apache and nginx work together so nginx handles the static files and then apache does the php ones. I successfully changed apache to run on port 8081, and it is, when I try to ...
0
votes
0answers
27 views

How can I stop Joomla (Apache) from caching the admin backend?

I've a big cache issue with my Joomla 1.5.26 (Apache/2.2.14 Ubuntu) administrator panel. Everything is cached for about 15 minutes, and by everything I mean everything. If I go to global ...
1
vote
1answer
30 views

Apache child processes not releasing memory after allocating a huge chunk

I am running Django 1.4 with WSGI on CentOS. Apache is prefork but NOT configured in Daemon mode. 8 child processes are started. I executed a database query that made the Resident Memory size of one ...
2
votes
1answer
35 views

Web service PHP + Android application

Using eclipse i create a simple abdroid application which communicate with MYSQL data base using PHP scripts, i start writing my PHP Web Service and i put those files under 'www' of my Wamp server. in ...
1
vote
2answers
37 views

Allow a page to be iframed, but disallow it displaying on it's own

This is a follow up to This Question about controlling on what site(s) a page can be iframed. I would like to use the accepted answer, but when a link inside the iframe is clicked, the referrer is ...
0
votes
1answer
25 views

Best practice: Files/Folders permission/owner in symfony2

The symfony2's kernel needs to write in the cache ( as the http user ). I also need to read/write into the folder for these reasons: The IDE needs to read/write/create in document root In shell my ...
0
votes
2answers
21 views

correct way to add mod_wsgi module to apache

I'm trying to install the mod_wsgi module in the default apache server on mac osx. I'm following this guy's tutorial. I've gotten to the part where I add the module to the apache config, and I insert ...
0
votes
1answer
13 views

Bad requests for WordPress RSS and author URLs

On a popular WordPress site, I'm getting a constant stream of requests for these paths (where author-name is the first and last name of one of the WordPress users): GET ...
-1
votes
1answer
46 views

PHP not being parsed by Apache [closed]

I'm running WAMP right now and for whatever reason, the server is not interpreting PHP. What's wrong?
0
votes
0answers
31 views

Rewrite rules with a broad match plus exclusions

I have redesigned my site and the way the links are structured, they used to be structured like so www.domain.com/firstvariable/secondvariable Now they are like ...
0
votes
0answers
31 views

Php issue uploading file zip

I'm having trouble with an application in creating, the user submits a file then it gets analized. The issue I have is that I can't get the file to upload properly, when it reaches the 100% upload ...
0
votes
0answers
30 views

PHP Script being treated as Public in terms of permission

I have a php script that scans my filesystem for text files and minifies them, using my own method of creating a backup (file.txt.bak), minifying the text, then saving the file. My script is being ...
0
votes
0answers
18 views

C HMAC_SHA1 AWS Authentiation

Folks, trying to generate the AWS KeyId:Signature REST request using C. As a matter of fact, patching mod_headers.c for Apache to do just that, so I can use mod_proxy to an S3 bucket. In any case, ...
0
votes
0answers
3 views

mod_xsendfile fails to load — exit signal Bus error (10)

I've successfully compiled and installed the mod_xsendfile module for my XAMPP installation on a Mac (Mountain Lion). The mod_xsendfile.so file has the correct architecture (i386, as all my other ...
-1
votes
0answers
17 views

I need to host lithium project in godaddy hosting [closed]

I have developed an application in lithium PHP framework and I have a hosting provided by godaddy.com with apache server on linux platform. I need to host my app now.. I think i have to change ...
0
votes
1answer
22 views

About using Rewriterule .? & {REQUEST_URI} variable to redirect all old domain to new

Is it correct to use RewriteRule .? http://www.newdomain.com%{REQUEST_URI} [L,R=301] to redirect all pages from old domain to new domain (including 404)? I have it in one of my htaccess. It works ...
0
votes
0answers
15 views

uploading a new protege ontology file on Jena Fuseki

How do I upload onto a remote machine a new ontology (.owl file) using the Fuseki web-server installed on my Mac? I can authenticate and log in, but the first thing I would have to do is to select a ...
0
votes
0answers
20 views

Possible to use Single URL for multiple tomcats

I have several tomcat deployments which can be accessed via 3 separate URLs. e.g. http://app1.example.com, http://app2.example.com, http://app3.example.com I want to have only one URL that will ...
1
vote
0answers
11 views

Exclude directory from browser caching with .htaccess

I have a .htaccess file that handles the browser caching. I set the rules with file extensions. How can I modify the following snippet to exclude a specific directory from the browser caching? ...
0
votes
0answers
11 views

Setting SSL login session with apache and plone for secure login

I am try to force an SSL session after login. The login part works forceing the connection initially to SSL. But after goes back to normal http after login. For all other Browser expect IE. From ...
-1
votes
0answers
18 views

Apache rewrite rule when link format has changed a little bit

I have a small webshop and want to change the way my links are displayed. The current link to a product looks like this: http://givensa.com/en/220-mr-p-one-man-cry-doorstop.html I have now ...
-1
votes
1answer
23 views

unable to see the port that i use in netstat? [closed]

i am configuring and httpd virtual-host (that mean i have two domain on the server), when i write the command netstat -anp i see the port used by the existing domain but i can't see the new port that ...
0
votes
1answer
18 views

RewriteRule not writing at all in .htaccess for Windows (Apache)

Problem I´m using a tutorial to learn to use Zend Framework. I can´t get past the "make sure .htaccess is working" part. I understand that there are PLENTY of questions about this for windows, and I ...
0
votes
2answers
21 views

mod_wsgi: Global statements execute only when the file is modified

I'm using python over mod_wsgi and I have some statements (debug messages and other things) in the global part of the script (outside the application function). Those global statements are executed ...
0
votes
1answer
22 views

The Source Attachment Does Not Contain DefaultRequestDirector.class Android

I am newbie on Android and I am developing an app that connects a php page. However, when I debug my code it gives a Source not found Last time it gave it for DefaulRequestDirector.class; however, it ...
0
votes
0answers
32 views

.htaccess rewriting to another folder

My application has a .htaccess file within the root which rewrites all requests to the www_root/$i folder. Inside of the www_root/ folder I have another .htaccess file which rewrites all requests to ...
-1
votes
0answers
18 views

Cassandra CQL Error : Bad Request

Every time I type in anything like create table/key space/etc. Cassandra CQL throws same error of bad request or mismatched input.. I have installed datastax setup. Is it the cassandra configuration ...

1 2 3 4 5 516