Tagged Questions
0
votes
1answer
32 views
500 Internal Server Error - Error logs do not show anything significant
First of all, thank you for your time in reading this :)
I am managing a server which runs apache2 and mod_fcgi which host a few sites via Virtual Hosts. Some sites are straight PHP, the others are ...
0
votes
0answers
14 views
How can I serve a portion of a .webm video from apache?
I am trying to come up with a good way to serve specific time segments of video via HTML5. Initially I would just seek to the specific time, play, and then pause once the end time was reached, but now ...
0
votes
1answer
18 views
Change php error reporting to hide warnings for specific site only [closed]
Imagine a couple of sites-enabled available from /etc/apache2/sites-available. (Only Debian-based distros work like this.)
Is it possible to mute warning messages from php scripts from a specific ...
0
votes
1answer
34 views
PHP - Script running before file upload
Something crazy is happing with my PHP scripts. So when I upload a file in the form, I look at the apache log and there are php references while my browser is still uploading the file. And I am ...
-2
votes
3answers
35 views
Shut off php strict reporting in production
I am getting these errors from php:
Strict Standards: Redefining already defined constructor for class WP_Widget in /home/kyle/WordPressDev/wp-includes/widgets.php on line 93
Strict Standards: ...
0
votes
3answers
32 views
PHP will not report errors
I feel this is weird but I cannot seem to get php to report errors.
I am making a class to check and format some results outside of a CMS to allow greater filter ability without having to create a ...
0
votes
0answers
29 views
script 'engine7.php' not found or unable to stat
Some application on my Centos Server can't running well.
I've error on /var/log/httpd/error.log and then i got error message like bellow :
script 'engine7.php' not found or unable to stat, referer: ...
0
votes
3answers
43 views
Error 404 in www folder
I've this problem in my Apache installation in localhost (Ubuntu 13.04)
Tips:
Clean installation and httpd.conf file is empty (blank)
This command line open a file:
sudo gedit ...
0
votes
1answer
15 views
Problems with php shell_exec permissions
I'm running as www-data and I'm trying to execute a shell script using shell_exec(/foobar/script/myscript.sh), but I'm getting the following error when the script attempts to write to a log file
...
0
votes
3answers
40 views
PHP CronJob doesn't work
I'm trying to set up a cronjob which sends me an email when it runs.
when I execute the file using a ssh command via PuTTY, it works, it also works when I set it up as an URL, but doesn't work when ...
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
1answer
17 views
balancing httpd and saving project files
I have this project I'm working on for already 3years+. It's big. And I'm thinking of future updates / scenarios as I am finishing it up, as well as work on my final touchs.
I recently looked over ...
-1
votes
0answers
30 views
Stomp “Unable to connect”
I am new to Stomp, so this question might be easy for you.
I am trying to connect Stomp to the server so that I can access events on another table. But while connecting to the server, it throws the ...
-1
votes
1answer
23 views
apache (httpd) load balancing [closed]
I have reached a state in my research where I understood that a database-driven web app (portal) can be optimised by replication / scaling (even sharding for huge db) and employing a solution like ...
0
votes
0answers
23 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 ...
-2
votes
0answers
19 views
Can't vizualizel Media Manager on Joomla [closed]
I have Joomla 1.7.4, and realize some updates on my server and now I can't access to the Media Manager, I can get in to the administration area , i can see the articles, the template modules, etc. ...
0
votes
0answers
50 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
1answer
49 views
PHP of Phpmyadmin does not execute but other php scripts work
When calling the phpmyadmin website a "save file" dialog appears for application/x-httpd-php- so my server does not execute the phpmyadmin php script but transfers the code to my browser. Other php ...
0
votes
0answers
23 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: ...
1
vote
1answer
71 views
Heroku 1x vs 2x web dynos
I've been running some Facebook apps in Heroku-hosted environment with a fair bit of traffic .
These are simple apps using 2 php files (a one-page app plus an AJAX entry-point for data), which are ...
0
votes
1answer
43 views
PHP Obscured URL for Resized Images
We cache images in multiple sizes.
Image Information:
Original URL: http://www.example-store.com/images/some-image.jpg
Width: 120
Height: 150
Preferred Image File Name: image-file-name.jpg
So we ...
0
votes
0answers
54 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
vote
1answer
49 views
Apache - PHP SERVER_ADDR showing internal IP?
echo $_SERVER['SERVER_ADDR'] always yields 192.168.1.142, which is the IP address of my server within my home network. I can access the website using my external IP since I've set up the port forward ...
0
votes
1answer
32 views
how to write a wsgi wrapper for php applications?
Is it possible to write a wsgi (werkzeug) application, that returns the output of a php application?
In detail, i have the following problem:
We have a couple of old, legacy php applications and need ...
0
votes
1answer
22 views
A lock database was not specified with the DAVLockDB directive. One must be specified to use the locking functionality. [500, #401]
I am trying to deploy my maven project website using WebDAV protocal into apache 2.2. Server.
And When I am deploying the application to the server, I am getting above error.
I have following ...
0
votes
0answers
72 views
Symfony2 in own directory and using mod_rewrite
I have Symfony2 installed in <host>/Symfony/ though with the default .htaccess in /var/www/Symfony/web/ when I go to:
<host>/Symfony/web/app.php/hello/James
I get redirected to:
...
0
votes
1answer
60 views
https and http, both listening to port 80 on appfog
In my local apache2 server http listens to port 80 and https listens to port 443
But on appfog,
http and https both are listening to port 80 because of which im running into
"The webpage has a ...
1
vote
1answer
56 views
Weird Memcached issue with apache
apache2: libmemcached/storage.cc:341: memcached_return_t memcached_send_ascii(memcached_st*, memcached_server_write_instance_st, const char*, size_t, const char*, size_t, time_t, uint32_t, uint64_t, ...
1
vote
1answer
51 views
Call a URL before a redirect, via PHP head()?
I need to have 3 domains:
a.com - where our script (below) will reside.
b.com - has a tracking script we want to fire
c.com - is our final destination, like a landing page
So, an advertising ad ...
-1
votes
1answer
38 views
Setting up an Apache2 server to work with PHP's mail [closed]
Now, I'm well aware that this question has been asked quite a few times, but I still haven't managed to find a clear and satisfying answer. Also, there are completely no tutorials out there on this ...
0
votes
0answers
124 views
GZip compression and cache control from PHP not htaccess or Apache conf
I have the following piece of code in my PHP script that generates the HTML for all the pages of my website:
if( !headers_sent() and !ob_get_length() ) {
$days = 30;
...
0
votes
2answers
115 views
In codeignitor, i created static page but still i am getting only Index.php Welcome Message
I have installed CodeIgniter_2.1.3 and running in
Windows 7
Wamp Server 2.1
PHP 5.3.5
Apache 2.2.17
I followed this Codeignitor Static Pages Tutorial link provided in Codeignitor.
I created, ...
0
votes
0answers
30 views
Forbidden response in large url
I need to generate a large url like this:
/backend.php/Inscription/export/1577,1578,1579,..., 1580 etc....
But when the URL has more than 400 IDs, I obtain the following error:
You don't have ...
-1
votes
2answers
80 views
URI ROUTING in CodeIgnitor_2.1.3 throwing “Not Found” error
I have installed CodeIgniter_2.1.3 and running in
Windows 7
Wamp Server 2.1
PHP 5.3.5
Apache 2.2.17
In \applicationconfig\routes.php, I created
$route['default_controller'] = "welcome";
...
0
votes
0answers
45 views
Cannot connect to XDegug
On Ubuntu 12
After many hours of following installation instruction on the web I still cannot connect to port 9000 using my browser and the code below.
<?php
$address = '127.0.0.1';
$port = 9000;
...
3
votes
2answers
54 views
File extension showing up after pretty URL rewrite
I have a rewrite rule like so:
RewriteRule ^listings/?(.*)$ listings.php?slug=$1 [L]
I will have URLs like "site.com/listings/Awesome-Place-Or-Thing". I would like slug to contain ...
0
votes
1answer
55 views
php code of frames not executed in public_html
I have a php site main.php in the public_html dir, which sources several frames:
<html>
<head>
<title>My Site</title>
</head>
<frameset rows="55, *, 0" ...
0
votes
1answer
20 views
Apache2 Ruby and Python load default website when *.domain.net is set in vhost file
5 sites setup using named vhosts.
site1.domain.net (PHP)
site2.domain.net (Python)
site3.domain.net (Ruby)
site4.domain.net (PHP)
site5.domain.net (PHP)
In the vhost for site1 I also have the ...
-1
votes
1answer
89 views
500 internal server error or blank accessing php files
I keep getting either 500 internal server error or blank page when trying to access a php file in localhost, depending on the file.
I know this might be a recurrent problem but I can't find the ...
1
vote
1answer
125 views
[Unix/Mac OS][Apache][PHP] - change configuration File (php.ini) Path
I have two php.ini :
one regular in /usr/local/php5/lib/php.ini
one for my CLI /usr/lib/php.ini
The regular one works fine and load all the extensions I need,
whereas the CLI one refuse to load ...
0
votes
2answers
42 views
Cookies across subdomains and server - PHP and Apache2
I run a website which has many different subdomains. We are introducing a new download server which is using a subdomain of the main domain. The way we normally check user information is with cross ...
1
vote
1answer
383 views
How to redirect requests for .php files to PHP-FPM for all virtual hosts in Apache 2.4?
In Apache 2.2 forward all request that point to phisical .php file to PHP-FPM is as follow:
LoadModule fastcgi_module modules/mod_fastcgi.so
FastCGIExternalServer /usr/sbin/php-fpm -socket ...
2
votes
1answer
47 views
Crawler adds parameter from url to links
I tried two different web crawler (Sistrix and http://ssitemap.com). Both crawlers report errors about duplicated content for URLs like / and /?katID=12.
It turns out that if the crawler calls the ...
1
vote
1answer
56 views
Fatal error: Call to undefined function curl_init() in my apache2 server with php5
I got this error when I run my project in which I use curl in windows7 environment.
Fatal error: Call to undefined function curl_init()
I am use Apache2.2 and latest version of PHP and the ...
0
votes
0answers
79 views
The requested URL /frontend/ru/site/login/ was not found on this server
I have a problem, that my project working very nice on windows(on apache server ),then I moved my project to ubuntu 12.04 (apache2 server), but my project do not working.
apache2
php 5.3.10
mysql ...
0
votes
1answer
88 views
.htaccess file set-up on ubuntu 12.10
as soon as i save these .htaccess file on my server i got a error 500 internal server error, any idea how can i resolve it. the other issue for some reason these .htaccess file works on the tutorial i ...
1
vote
1answer
86 views
htaccess mod_rewrite is not working on 1&1
I have a .htaccess file located in my webservers /marssolover/protected folder which allows me to get a file from the protected folder and stream it via the filestreamer.php file located in the same ...
0
votes
2answers
46 views
writing apache2 htaccess file
I think my question is not clear enough, i will rewrite it.
I want to echo my url from my index.php, it didnt work for me so i included the php code. if it help i have include .htaccess file.thanks
...
1
vote
1answer
1k views
APC and child pid XXXXX exit signal Segmentation fault [closed]
First I had xCache installed on server, I had xCache on lot of my servers but in this one after couple of days you go nothing except a blank page with this error in apache error log:
child pid XXXXX ...
0
votes
0answers
23 views
How to set different php version in apache2
I saw quite a few questions and responses regarding how to set up apache2 with different php versions, but what most of them had in common is that you need to compile your apache2, then you need to ...




