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

Why is this [L] flag failing to prevent application of the next rewrite rule?

I thought the "L" flag was supposed to prevent subsequent rules from being applied. Yet in this example: RewriteRule foo bar [L] RewriteRule bar qux I get http://mysite/foo rewritten as ...
-1
votes
0answers
21 views

PHP Fatal error: Allowed memory size of 1073741824 bytes

I know it is duplicate, but i couldnt found appropriate answer by searching. Error: Fatal error: Allowed memory size of 1073741824 bytes exhausted (tried to allocate 12 bytes) in ...
0
votes
0answers
13 views

FileUpload Without Servlet

I have a very small web server in an Android app which I want to POST a file to in a Multipart POST request. I believe that FileUpload makes this possibly however it requires a servlet which I do not ...
0
votes
0answers
4 views

Can you still use .htaccess for setting CGI type/handlers with IIS (like you can with apache)

Simply adding a .htaccess file which sets the type and handler for CGI is enough for apache to let you run CGI files, does IIS differ at all?
0
votes
1answer
6 views

configure URL access control for domains using .htaccess or other methods

I am having a scenario as following: For example,I have a website http://www.MyWebSite.com, and I have setup another subdomain http://image.MyWebSite.com. In Apache virtual host setting, they are ...
0
votes
0answers
20 views

C++ CGI Programming using thru mode - error collecting data from user

New to this site, I'm hoping I can get a little help. I have an Apache server setup, and I am trying to collect some information from the user. I have a table set up, which looks like this ...
0
votes
0answers
18 views

htaccess redirection with PHPSESSID

Could anybody help me with redirect using htaccess I'd like to do : www.some site.eu/?p=73&PHPSESSID=8448afcfa47802a65d8f451b14262b45 for any content p and different PHPSESSID to redirect ...
0
votes
0answers
12 views

Installing Python module package on Apache Server

So I have this package of Python modules I'd like to use. "Pattern" module package I've successfully installed and ran it on my OSX machine which is fine. However, I'd like to use some of the ...
0
votes
0answers
13 views

Getting a 403 error in Apache when trying to configure a alias to cgi-bin

As in title, I'm trying to configure a ScriptAlias to cgi-bin on Apache2 on OS X. Whenever I try to access it, however, I end up with a 403 Forbidden error. I think the relevant lines from ...
-1
votes
0answers
11 views

Authentication with DefaultAsyncHttpClient

I am having the next exception, while trying to use DefaultAsyncHttpClient and BasicAuthCache. java.lang.ClassCastException: org.apache.http.nio.conn.scheme.AsyncSchemeRegistry cannot be cast to ...
0
votes
0answers
27 views

Conflict with 3 different RewriteRules in .htaccess?

I'm using the below in my .htaccess file. There 3 types of redirects: redirect to directory /admin/index.php redirect to specific .php files e.g. /about redirect to user profile page from /John ...
0
votes
0answers
17 views

Get input and output from command prompt via PHP

I am planning to do something like this: When the user (in a browser, client side) types something in a text box, that typed text will go to a PHP script on server through Ajax. The script, among ...
0
votes
1answer
11 views

htaccess get folder one level below

I have some folders in root of my server: css/ js/ gfx/ new_www/ ... and some more. Assuming that I want in folder new_www copy of current page, but force it to use some things from root folder ...
0
votes
0answers
4 views

Can I have two separate web servers/application servers accessing the same database, mysql

I have apache tomcat application server and wamp(apache) installed in my machine(localhost). My php application runs on wamp, and the webservices(SOAP) are based on java, which need to make changes to ...
-1
votes
0answers
8 views

How should I host multiple client websites (in development) through a single domain?

I'm currently working on a few website projects (friends and family stuff, mainly), and I have a single domain for myself (let's call this my 'agency' site). As not all 'client' sites have domains ...
0
votes
0answers
16 views

index.php appending to url

I have a magento site which has index.php appended to the url you click on. I googled a lot to find the solution and i did what i could find.To clear my my doubts i uploaded htaccess file fresh copy ...
0
votes
1answer
11 views

Apache Server Slots, Memory, KeepAlive, PHP and SSL - how to speed up

on a Debian web server (VPS) with good CPU, 6 GB RAM, and fast backbone Internet connection, I run a PHP application. PHP runs in "prefork" mode (incl. APC opcache), because whenever you search for ...
0
votes
0answers
12 views

How to set sheet margins in MSWord document using APACHE POI?

I am trying to make write a document using Apache POI using a XWPF Document as a root. the problem is that i cannot set sheet margins in it. maybe someone knows the answer?
0
votes
2answers
20 views

Multiple Django apps under same domain

I'm trying to set up two Django applications locally at subdirectories under the same domain, e.g.: http://127.0.0.1/en/ http://127.0.0.1/jp/ Here is a snippet of /etc/apache2/apache2.conf ...
0
votes
0answers
30 views

Send and Accept HTTP POST Python, Apache

I am new to web servers and I am trying to create a python script that sends a POST message to my local apache server and then the server acknowledges its receipt. I am having trouble with the latter ...
-1
votes
0answers
11 views

Sites folder permission denied [closed]

I have just set up php54 from Jose Gonzales brew. Apache shows "It works" in localhost but i am denied access to localhost/~username/Sites I have httpd.conf set with: Options Indexes ...
0
votes
1answer
22 views

Redirecting subdomain to file without hardcoding url

Actually topic is simple and answered million times but, somehow doesn't work on me. What I try to do is redirect "m.domain.com" and "mob.domain.com" to a file "domain.com/folder/mobile.htm" But ...
0
votes
1answer
10 views

htaccess redirect <hostname>/?area=0 to <hostname>/

I am simply trying to redirect /?area=0 link to / .. hostname can be anything. I have tried: redirectMatch 301 /?area=0 /index.php RewriteRule ^/?area=0$ /index.php$1 [R=301,L] Also tried with some ...
0
votes
2answers
23 views

Velocity Template engine - key-value-map

i have some problems wo use a key-value-map into Velocity. I've googled quite a while, but i found no code. Someone has an example of this functionality? $myMap ={} $myMap.put("mykey1", "myvalue") ...
0
votes
1answer
12 views

Using a dynamic drive letter alias for apache

I'm using XAMPP on my USB flash drive - which makes it easy for me to take my dev. environment with me from one PC to another. However, I want to be able to serve files for my projects directly from ...
0
votes
1answer
45 views

send email using php with AWS EC2 [solved]

I use AWS EC2 server (ubuntu instance) and I want to send email through php code I installed sendmail and modify .mc file as blow FEATURE(`no_default_msa')dnl dnl DAEMON_OPTIONS(`Family=inet6, ...
9
votes
3answers
170 views

PHP, Memcached works from command line but not from the web

I have PHP 5.3.3 installed on Centos 6.4 with the memcached.so extension, and httpd is running with version 2.2.15-26. Here is my index.php: $mc = new \Memcached(); $mc->addServer('127.0.0.1', ...
36
votes
10answers
2k views

How to Block 100,000+ Individual IP addresses

Introduction How do you Block large number of IP address from your web application/server. Obviously that can easily be done in PHP or any programming language $ipList = []; // array list or from ...
15
votes
2answers
614 views

OpenSSL not working on Windows

Problem: OpenSSL is not working in my Windows environment. Environment: Windows NT x 6.1 build 7601 (Windows 7 Business Edition Service Pack 1) i586 Apache/2.4.4 (Win32) PHP/5.4.13 x86 PHP ...
0
votes
1answer
255 views

Forbidden error when accessing wamp from local network

Okay now, this problem has been driving me crazy for a week! I hope we will find a solution together. I am trying to configure my wamp server to run on a local network (be accessable from a local ...
3
votes
1answer
169 views

XAMPP PHP OPENSSL openssl_pkey_get_details() crashes webpage

I currently have OpenSSL configured in XAMPP on Windows. Following this tutorial, I tried to use the following code: $privateKey = openssl_pkey_new(array( 'private_key_bits' => 1024, ...
-5
votes
2answers
73 views

Get A List of Logged In Users [closed]

I have implemented a simple login system in PHP. Which basically use sessions and MySQL to store users information. Now I want to get a list of all the logged in users. How am i supposed to do that ...
0
votes
2answers
81 views

Advantages of installing Apache/MySQL & PHP manually

I have seen some people say it is good to install Apache/MySQL/PHP manually, rather than installing them using a package like XAMPP or WAMP. Is this really true ? Are there any advantages of ...
1
vote
1answer
355 views

Apache server (xampp) crashes when using openssl function

I'm trying to generate a private/public key pair with php. Server: Apache/2.4.3 (Win32) OpenSSL/1.0.1c PHP/5.4.7 OS is Windows XP SP3 with all windows updates installed. I'm trying to execute ...
1
vote
4answers
1k views

wampserver 2 - displays as online but not working

I am trying to work with php on wampserver 2. When I go to turn the wampserver on, the color of the icon will only go from red to orange (it is supposed to go from red->orange->green). I can never ...
0
votes
0answers
22 views

Apache authentication using apikeys

I want to use an apache apikey based authentication for a web application in a way that my request headers are as follows : Authorization: api-based apikey:12870jkjhs Is there an apache module which ...
2
votes
2answers
10k views

The mysqli extension is missing. Please check your PHP configuration

I have looked through all of the forums that I could find relevant to this question and my problem yet nothing works. I have apache2.2 with php5, myphpadmin, and mysql. I have uncommented the ...
1
vote
2answers
2k views

How to remove 'Parent Directory' link from root folder in Apache directory listing

How can I allow directory listing in Apache for a specific (root) folder and its subfolders, but without showing a link to parent of that root folder. When user is in a subfolder, the 'Parent ...
-2
votes
4answers
1k views

htaccess for own php mvc framework

Good Morning, I'm building my own php framework. I would want that all request pass to index.php file except request to js css jpeg, jpg, png file. So I want that a module independently to others has ...
22
votes
3answers
7k views

What is Cordova, and how does it relate to PhoneGap?

I understand that PhoneGap was acquired by Adobe, and that now it has been assimilated into Cordova (Part of Apache). But what does all this mean? Are they the same product? Or two separate entities? ...
0
votes
1answer
94 views

.htaccess using with codeigniter causes controller to be called as many times as missing pictures

Hello guys can you please help me with this problem. When a simple image (.png for example) is not found on the server. htaccess redirects it to my controler and it gets called as many times as ...
0
votes
1answer
520 views

codeigniter hello world fails on Ubuntu

I'm trying to go through Hello World tutorial to the CodeIgniter, but cannot get the appropriate result. I'm running on Ubuntu 10.10 and apache2. I suspect, there's something wrong with permissions, ...
3
votes
2answers
601 views

PHP openssl_public_encrypt causing Page Timeout/Connection Reset?

Just migrated to a new machine and having issues. Note: This is a Windows 7 , Apache 2.2.21, MySQL 5.5.16, php 5.3.8 setup. Each time I run a certain PHP script, I am faced with a "Page Load Error ...
2
votes
1answer
67 views

URL Rewriting, many “folders” to variable

I am rewriting some url on my website, and I get a problem with my second rewriting rule: RewriteRule ^(fr|en)/(home|works|contact|service)$ /index.php?language=$1&page=$2 [L] When I try to ...
1
vote
1answer
61 views

How to prevent mod_rewrite from rewriting URLs more than once?

I want to use mod_rewrite to rewrite a few human-friendly URLs to arbitrary files in a folder called php (which is inside the web root, since mod_rewrite apparently won't let you rewrite to files ...
0
votes
3answers
3k views

Apache server wont start after trying to configure it to run with php

I installed apache server 2.2.19 on a vista machine. It was running fine but I tried to configure it to use php by modifying the httpd.conf file. These are the lines I added AddType ...
2
votes
2answers
2k views

Examples for using Apache UIMA in a java program

I have been searching for examples of using Apache UIMA in a java program. Are there examples on how to use the example Annotators in a Java program ?
2
votes
6answers
3k views

PHP Fatal error: Cannot redeclare function

I have a function A in file B.inc line 2: function A() { ... line 10: } In the apache log: PHP Fatal error: Cannot redeclare A() (previously declared in B.inc:2) in B on line 10
1
vote
2answers
837 views

where to place htaccess file for php MVC

I'm building a php MVC application from scratch, that is I'm building my own framework as a part of a project. I read tutorials and it says that i have to modify the htaccess file and include it in ...
2
votes
2answers
2k views

Problems with codeigniter on ubuntu

I’ve got Codeigniter on Ubuntu 10 (LAMP). I have an htaccess file: <IfModule mod_rewrite.c> RewriteEngine On RewriteBase /dort #Removes access to the system folder by users. #Additionally this ...

1 2 3 4 5 515