2
votes
0answers
153 views

mod_vhost_alias + wildcard + custom php.ini

Here's my httpd.conf thats using mod_vhost_alias. The docroot is always in /home/username/domains/domainname/public_html. <VirtualHost *:80> ServerName *.abc.com ServerAlias ...
2
votes
0answers
218 views

Apache2 mpm-itk Issues with PHP & vBulletin

I've spent a long time on this without much luck, so here I am. SERVER DETAILS OF NOTE: Linode 1024 (1GB RAM) Apache2 Ubuntu 10.04 MySQL 5.1 PHP 5.3 vBulletin 4.2.0 mpm-itk mod_php mod_pagespeed ...
1
vote
0answers
115 views

PHP(AJAX) Files upload trouble w/$_FILES

Good day! I've a trouble with my ajax file uploading algorithm. it is working fin on my local server( (Apache2/PHP), but when i use it in the remote server (Remote server:Nginx/PHP-FPM) it is ...
1
vote
0answers
141 views

htaccess redirect loop with “Options +FollowSymLinks +SymLinksIfOwnerMatch” is not allowed

i have htaccess for phprssreader, but it's make me can't login into admin area.. the hosting is in ipage, seems because Options +FollowSymLinks +SymLinksIfOwnerMatch is not allowed. in another host ...
1
vote
0answers
114 views

Apache and PHP causing timeout in server

If i use the code in one script, like: ignore_user_abort(1); sleep(30); And i close the page, the client stay in a timeout for 30 seconds to any page of server. I try put "Timeout 5" in the ...
1
vote
0answers
241 views

$_POST is empty or truncated intermittently

We're seeing an issue that sounds identical to the one reported here: Intermittent empty $_POST issue I'm not sure if that question was ever resolved (but I don't have the ability to comment on that ...
1
vote
0answers
107 views

how to know if the url is crawled by robots or clicked by user?

Daily I am getting same error from same IP at different time intervals. Here are details, <site_name> <same_site_name's_IP> - - [13/May/2012:16:27:30 +0100] "POST ...
1
vote
0answers
209 views

apache/php module socket issue

I'm running an Apache2.2 server+PHP 5.2 under Debian Lenny 32bit. I've built in C a "simple" php module extension. This extension is doing one thing: Calling, through a socket, a small "echo server" ...
1
vote
0answers
647 views

OpenSSL configuration for PHP on Apache not working

I need OpenSSL working on an Apache 2 Webserver with PHP in order to use a combination of Moodle and Mahara with SSO. The Server is running Ubuntu 10.04.3 and I've enabled the SSL package as ...
1
vote
0answers
2k views

PHP says “PCRE is not compiled with UTF-8”

I have a webserver with some personal websites and stuff, it's running Debian Lenny, Apache 2 and PHP 5. I always use apt to install stuff. This weekend, I tried installing Ruby on Rails just for ...
0
votes
0answers
12 views

PHP5 / Apache2 - Site “frozen” when command loading

I'm running PHP5 on Apache2 and I'm using PHP sessions. When I'm accessing a PHP site which is taking a long time to load (e.g. it's doing some MySQL query that takes ~20 sec.), I'm not able to ...
0
votes
0answers
14 views

Set PHP's open_basedir for all users' public_html via mod_userdir

I have an Apache 2 web server that allows access to the public_html directory for each user via mod_userdir, like this: <IfModule mod_userdir.c> UserDir public_html UserDir disabled ...
0
votes
0answers
16 views

ubuntu xampp PHP error - web browser cannot display php files only view/download file

I have installed xampp on ubuntu 11.10 and it worked very well. Then I wanted to install mumble and a mumble viewer using zeroc-ICE thus I followed the install steps and had to mess a bit with the ...
0
votes
0answers
17 views

PHP HTTP HEADER: how to keep/rebuild apache2's last-modified&ETag

calling a .html on my website directly the header will be: HTTP/1.1 200 OK Date: Tue, 07 May 2013 14:53:30 GMT Server: Apache Last-Modified: Tue, 24 Aug 2012 21:51:42 GMT ETag: ...
0
votes
0answers
42 views

Can't import database through phpmyadmin

When I try upload database (794 kb) I have error: No data was received to import. Either no file name was submitted, or the file size exceeded the maximum size permitted by your PHP configuration. ...

1 2 3 4 5 13
15 30 50 per page