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)

-4
votes
1answer
40 views

How to edit . htaccess in order to remove index.php [closed]

www.test.com/~test/UAT/ that's the main page www.test.com/~test/UAT/about It doesn't work www.test.com/~test/UAT/index.php/about But this one works How can I modify .htaccess to remove the ...
1
vote
1answer
18 views
+50

Add MS Office Documents to PDF via Apache PDFBox

I'm using Apache PDFBox (http://pdfbox.apache.org/) for creating PDFs out of an arbitrary amount of files, including Images and other PDFs. Now I need to add MS Office Documents (Word, Excel and ...
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
0answers
20 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" ...
1
vote
2answers
32 views

Vim: Sudo Edit Breaks Apache Syntax Highlighting

Sudo Edit (sudo -e) allows unprivileged users to edit files securely. To achieve this, it makes a temporary copy of a file to edit and then copies it over when editing is done. When I'm editing an ...
-1
votes
2answers
48 views

How to pass a variable to a mysql query?

This one has no errors cursor.execute ("update `1` set `2`='aaa' where `1`='5'") This one has errors. cursor.execute ("update `1` set `2`=aaa where `1`='5'") The difference is, I am trying to ...
-1
votes
1answer
38 views

Maximum file size with Servlets ServletFileUpload

I want to load multiple files to a database for that, I load my file ServletFileUpload API, my question is until file size I can upload?, Because there is a limit threshold is passed if would have to ...
0
votes
2answers
24 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
2answers
28 views

Creating an index with REST API

I'm trying to create an index within a set under a specific namespace, but am unsure how to do it. My resources have this as an HTTP example: POST /example/v1/index/{namespace}/{set}/{indexName} ...
0
votes
1answer
13 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 ...
1
vote
3answers
37 views

Apache & PHP: DocumentRoot isn't working as expected

I'm working with a LAMP server with several sites configured as subdomains in Apache. As standard, each site/subdomain lives in a tidy directory inside /var/www/. I've told Apache where each site ...
0
votes
3answers
64 views

Apache “LoadModule passenger_module” works when “apachectl -k start” is invoked from bin directory, but not with bash script

I'm using mac OS 1.8.3 RVM 1.19.6 Ruby ruby 1.9.3p327 Apache 2.4 Phusion Passenger 3.0.19 After an error free install of Apache I launched the server and it worked. I wrote a ...
0
votes
1answer
46 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
172 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', ...
0
votes
2answers
2k views

Apache HTTP Client javax.net.ssl.SSLPeerUnverifiedException: peer not authenticated

We are developing an application using tomcat and jersey. Within this webapplication we need to connect to a https Website with a valid, not expired certificate. If I do connect to this website ...
0
votes
1answer
28 views

Mod_rewrite in wordpress

I've got an url /nl/sunglasses which is a translated page by qtranslate. I want to change this to /zonnebrillen . I prefer not to change this in wordpress since the 'sunglasses' is generated by a ...
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
624 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
42 views

Windows: Setting PHP file permissions before deploying to Amazon Beanstalk

I've recently converted over to Amazon's Elastic Beanstalk which has been great but I have one problem I haven't been able to fix or find a decent solution to. When deploying via GIT with $ git ...
2
votes
1answer
126 views

OpenMEAP hosted on Apache Tomcat Server via OpenShift Community

I'm preparing a development environment primarily for developing enterprise class cross-platform mobile hybrid apps and after much research I've decided to implement OpenMEAP on an Apache RedHat Cloud ...
1
vote
3answers
209 views

Checksum Exception when reading from or copying to hdfs in apache hadoop

I am trying to implement a parallelized algorithm using Apache hadoop, however I am facing some issues when trying to transfer a file from the local file system to hdfs. A checksum exception is being ...
0
votes
1answer
257 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
170 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, ...
0
votes
2answers
84 views

php files are downloaded instead of ran

My problem started when I was working with the .htaccess file to a directory trying to get php to run inside of html files. I tried ALOT of combinations of AddTypes and AddHandlers. I took them out ...
0
votes
1answer
22 views

Pagespeed still works on a new server even though it shouldnt

I had mod_pagespeed installed on my previous server. I didn't use it and disallowed via .htaccess because after some testing it turned out that it actually slowed down my site. So it remained ...
-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 ...
2
votes
1answer
3k views

Installing mcrypt extension for PHP on OSX Mountain Lion

Apologies in advance for the potential n00b questions, I am trying to install the mcrypt extension for PHP on my OSX Mountain Lion machine. The following steps in terminal is what I have done so far ...
0
votes
1answer
85 views

Apache CXF trunk build error: Provider com.sun.tools.xjc.addon.apache_cxf.ts.ToStringPlugin not found

Just wondering how I can fix following error when trying to build Apache CXF from trunk: **Exception in thread "main" java.util.ServiceConfigurationError: com.sun.tools.xjc.Plugin: Provider ...
6
votes
6answers
393 views

Start an apache server in any directory from command line

I want to be able to start an apache server from the command line, typing something like apache site-folder or apache . --port=2000 This should read and use .htaccess files. I know about python -m ...
1
vote
1answer
357 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 ...
0
votes
1answer
526 views

IE10 (Windows 8) crashing Apache

just installed Windows 8 and I'm having a hard time running Apache on it. After a couple of adjustments on httpd.conf file (changing ports because of WWAHost.exe and allowing ::1 due to IPv6) I ...
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
1answer
345 views

Clean URLs Test Fails with Drupal 7 on EC2 Ubuntu 12.04 Instance

I've already enabled mod-rewrite with sudo a2enmod rewrite I've added my Drupal7 install to the apache config file located in /etc/apache2/sites-available/default (note: Is this the correct config ...
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 ...
1
vote
3answers
175 views

Architecting a Cassandra Cluster?

Background: We are creating a Cassandra Cluster that spans 3 geographically separated Datacenters. We plan to have 2 Cassandra nodes in each data center (2 nodes x 3 sites = 6 nodes total). All the 6 ...
0
votes
1answer
1k views

Always get 404 error in Slim Framework when omitting index.php in URL

I created a test hello world Slim app following instructions here. When I make this call I get a 404 error: http://my_server/my_app/hello/John In the other hand, when I make this call it works ...
0
votes
2answers
251 views

Deny all files, but index/default page with htaccess

I would like to deny all files in a directory, but index.php (as being the default page). This solutions works almost: Deny from all <Files index.php> Order Allow,Deny Allow from all ...
2
votes
0answers
122 views

Tomcat email notification upon deployement

Wondering is there is a way to generate notification when an application is deployed on Tomcat 6. Right now we use Tomcat Manager web interface to deploy our applications. We have two tomcat instances ...
8
votes
4answers
8k views

My httpd.conf is empty

I recently installed apache2 on ubuntu but I have a problem, my httpd.conf is empty. Can someone give me a clean copy of httpd.conf for apache2 on ubuntu? Thanks! Edit: I saw your answers but on ...
1
vote
2answers
214 views

Running java server application 24/7 and secrets behind all those famous online live apps

I'm currently building an application that is about VOIP / random chatting, which is similar to skype or chatroullet. My question is extension to this Running Java Server Application 24/7 (NOT on ...
0
votes
2answers
754 views

Uploading file onto apache server using httppost

Thanks in advance for helping me everytime when i ask u questions. Btw this is not homework related question. I am currently trying to upload file / images on to my apache server from AVD. I'm not ...
-1
votes
1answer
903 views

I can't access my Apache server from my Android device

it is my second time asking a question on stackoverflow. I'm trying to access to my local apache server that I've set up on my desktop computer (ip that starts with ie. 192.168.1*.**)on my android ...
3
votes
1answer
96 views

Will php stop supporting apache in the windows binaries?

I noticed in the latest 5.3.13 release that there is no binary for windows running apache. Its all IIS. They only have binary for 5.2 running apache. http://windows.php.net/download/ Will future ...
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
votes
1answer
81 views

Could some one explain compiling Apache from source on Windows

I need to do this in order to run two Apache Services running in windows. I want one listening on the default ports 80 and 443; the other listening on something else for HTTP and HTTPS. I already ...
1
vote
3answers
903 views

Tomcat - The system cannot find the file specified

I downloaded Tomcat 6 from Tomcat Website and try to install. I found the .exe file in C:\apache-tomcat-6.0.35\bin but when i run the exe file the command prompt disappeared after show "The system ...
3
votes
2answers
1k views

htaccess redirect to remove index.php

I want user to be able use $_SERVER['PATH_INFO'] as a placeholder for which file to serve and get rid of index.php in the address bar For example I want to serve me.com/index.php/settings1 as ...
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 ...

1 2 3 4 5 516