0
votes
0answers
11 views

Removing index.php with mod_rewrite on an HTTPS server

Is there a specific way to remove index.php from the requested URI with mod_rewrite on a domain that uses HTTPS connection? Or is the typical way to go about it the same as with an HTTP based domain?
3
votes
2answers
34 views

What happens if you edit a php script while an instance of it is running?

When you overwrite a php file on a server (say, via SFTP) while it is being processed somewhere (perhaps it's a script that takes several seconds to compelete) does it cancel the currently running ...
1
vote
2answers
28 views

Handle big data with MySQL and Redis

I need help from database gurus. I have a big database with more than 1.5 gb when exported as SQL file in MySQL. Problem I'm facing is now that the query on tables like stats that hold millions of ...
0
votes
0answers
17 views

PHP code not executing on AWS web server?

I have an AWS EC2 instance that I'm running my website on. I have set up and installed PHP and PostGreSQL on the instance via PuTTY and loaded my website files onto it. However, the PHP code is not ...
1
vote
1answer
39 views

How do I Connect an android application to a running MySQL Database, on an external hosted server

Basicly, i've been doing a lot of searching around and still haven't found anything that solves the issue. I am trying to connect my application to a database that is ran and hosted by a company, on ...
1
vote
2answers
18 views

cURL raw data via php://input wrapper? Throws an error

I am experimenting with this wrapper, in particular pulling raw data from HTTP requests. I have so far got file_get_contents, fopen, and readfile to work. I am now trying to get cURL to work as this ...
0
votes
0answers
40 views

how to set “ShibRequireSession” on or off for a URL in htaccess

I want some thing like this, when a user visits a url www.example.com no rules is applied on it but, when user visits www.example.com/something else rules should be like, ...
0
votes
0answers
7 views

nginx as reserve proxy of apache, error page issue

i typed following in my nginx vhost: server { ... error_page 403 /403.php; location ~ \.(php)${ proxy_pass ...; } } then when i try to browse a directory which should ...
-2
votes
0answers
15 views

URL rewrite for different folder with same url [closed]

i have same file names on different folder. Like "small", "basic", "advance". domain name something.com . want to show file from folder depending on condition. like this ...
0
votes
0answers
7 views

PHP and RAW SOCKETS on linux

is it enough to do a sudo setcap cap_net_raw=eip /usr/bin/php5 to be able to use RAW SOCKETS in php (not cli) in linux ? if yes , well it is not working (but started to work in cli but not over ...
0
votes
0answers
15 views

Apache setting for driving PHP with CGI

I use Apache2.2.22+PHP5.3.14 on CentOS5.5 I’ve tried to set httpd.conf for driving PHP with CGI. After setting httpd.conf I restarted httpd and access to PHP file by http://mydomain/env/phpinfo.php ...
0
votes
0answers
15 views

PHP- Can apache make more than one response per request to 'stream' data?

Aim: to send a stream of data to the server, and that data to be streamed back in realtime as the transfer is happening using PHP (with only one webserver request) Objectives complete So far: I have ...
0
votes
0answers
5 views

enable xdebug on bluehost shared server

I want to setup phpunit on a demo site on a bluehost shared server. I want to check if the php codes work on the environment after I made modifications and added more components. With this, I need to ...
0
votes
0answers
13 views

Apache- when a connection is made (without headers/data), what does apache do?

For example, I have apache running on localhost. If I use netcat like: nc localhost 8082 Netcat appears connected, but no data is received back. Does apache hold the connection, and wait for ...
1
vote
0answers
15 views

Weird PHP not displaying over local ip address

I have the following setup below: Amazon EC2 instance. IPs: 192.168.1.200 = eth0 = x.x.x.x public ip address 192.168.2.200 = eth1 Apps: Apache vhosts: -domain.tld PHP The strange part is ...
3
votes
1answer
31 views

HTML form PUT method by tunneling, something I don't understaand

HTML can't be used to submit a PUT request via a form. You can only do it via javascript as an ajax request. Ok. On another post someone said (with +40 on the answer): Browsers only support POST ...
3
votes
2answers
27 views

Apache mod rewrite for dynamic pages

I'm having a problem with my mod rewrite rule that I wrote for my website, nothing seems to change as my pages URL are loading the same as before, if anyone could have a look at it and let me know if ...
1
vote
0answers
26 views

Apache - How to configure (via php.ini or .htaccess) apache to pass POST data to a php file

So when you POST data to a file the content length is say 8mb and may take a few minutes to upload. How do you change apache configuration (for that file) to pass data as it is received?
0
votes
1answer
17 views

WordPress won't stay logged in

I moved my WordPress install from a development server to a freshly installed CentOS Apache 2.2 PHP 5.3 server. Initially, everything was working well. Logging in wasn't a problem, but then I ...
-1
votes
0answers
37 views

Localtunnel won't work through virtualbox [closed]

I have also asked this question on ServerFault. I'm running Ubuntu 12.04 in a virtual machine (Virtualbox, to be specific) on a Windows 7 host. I'm trying to set up a localtunnel (using ...
0
votes
2answers
63 views

Resource interpreted as Stylesheet but transferred with MIME type text/html with css generated in PHP

i have a site where the css is not interpreted. I've seen other answers but not one for a dinamically generated css. I'm generating the CSS in PHP by adding <link media="all" type="text/css" ...
0
votes
3answers
36 views

Insert a row every given time else update previous row (Postgresql, PHP)

I have a multiple devices (eleven to be specific) which sends information every second. This information in recieved in a apache server, parsed by a PHP script, stored in the database and finally ...
0
votes
1answer
30 views

Call to undefined method ComposerAutoloaderInitd7d23b5370abd20e3e13775fdd372b42::getLoader()

I am currently making my way through the silex tutorial, but I am encountering problems with Composer. I'm just starting off with the standard tutorial on the silex site: <?php require(__DIR__. ...
2
votes
1answer
41 views

.htaccess dynamic variables from php?

I'm trying to find a way to dynamically change the root folder of a site. I currently set the root folder with the following: RewriteCond %{DOCUMENT_ROOT}/foo/bar%{REQUEST_URI} -f RewriteRule ^(.*)$ ...
6
votes
2answers
42 views

Technical aspects of running Node.js and apache in parallel

Earlier today, I asked a question on the Programmers StackExchange: Is it bad practice to run Node.js and apache in parallel? My end application can be considered a social network in which I want to ...
1
vote
0answers
21 views

Smarty not changing until Apache server restart

I have Smarty integrated into Zend and it's using Zend Cache with Smarty saving cache into separate folder. When I make changes to the smarty or PHP codes with Zend, it seems the only way to see ...
0
votes
0answers
23 views

Enabling custom php.ini in xampp

I am using xampp 3.1.0 in windows 8. I want to enable custom php.ini to be loaded for one directory for some custom php configuration. I have pasted the custom php.ini with following code in that ...
-1
votes
1answer
25 views

Can't make cookies work for subdoman [duplicate]

There are two domains (the root and it's sub one) both running looking at the same webserver's directory, thus, working on the exact same scripts. (I have Apache/PHP run on Windows XP on a home ...
0
votes
0answers
14 views

Impersonate windows user in apche

I have wamp server 64 bit installed on my windows server 2008 with Apache version 2.42 along with PHP, now my question is I am using ODBC_connect function to connect to the oracle database now in ...
0
votes
0answers
14 views

Proxy error after migrating webserver

After moving to a new server some of our clients are getting an error message when downloading large files (reports): PROXY ERROR The proxy server received an invalid response from an ...
0
votes
1answer
33 views

how to create session in php with mongodb

in node.js i will create mongodb session like this. app.configure(function() { app.set('views', __dirname + '/views'); app.set('view engine', 'jade'); app.use(express.bodyParser()); ...
0
votes
3answers
45 views

Allow to send Javascript Code with Method Post in PHP

I have a problem submitting a form from my app. I need to send some JavaScript code from a form to a controller page. The code in html is like: <form method="post" ...
0
votes
0answers
14 views

Permission error - cannot delete uploaded files from FTP

I have found several posts asking similar questions however this situation is different. In my upload class I'm creating a directory from a user's id with mkdir, then calling move_uploaded_file to ...
0
votes
1answer
14 views

Access-Control-Allow-Origin that must work for localhost and another domain

I have put this in my .htaccess file, but it only works on localhost: <IfModule mod_headers.c> SetEnvIf Origin "http(s)?://(www\.)?(localhost|mydomain.com)$" AccessControlAllowOrigin=$0$1 ...
0
votes
2answers
20 views

Authenticate traffic between application and server

Introduction I have an application with a build-in registration form. The registration form simply does a POST to my webserver and it will create the account for the user. Let's say the register page ...
0
votes
4answers
34 views

mod_rewrite domain to directory

I want rewrite example.com url to example.com/ru For example if url is example.com/books I want have example.com/ru/books I think I can't this do with header() function This method is also ...
1
vote
1answer
37 views

PHP - POST Method - What happens when content exceeds content length header?

I don't mean the POST content limit imposed by php.ini, I mean in the request header the content length is set as say 1mb, but 2mb of actual content is sent.
0
votes
1answer
18 views

Trouble with vanilla Bonfire/CI installation and .htaccess

OK, so my situation is rather simple (although not yet resolved). I downloaded Bonfire (for CodeIgniter) Created a new folder in my Sites folder, let's say bonfire (I'm using XAMPP for Mac) I'm ...
1
vote
1answer
41 views

htaccess show shorten url

I am using .htaccess to shorten a long url to a shorter nice looking url like www.dom.com/trol to http://www.newdom.com/blog.php?type=user&user=trol It works fine. But it the browser it shows ...
3
votes
2answers
21 views

PHP [QUERY_STRING] truncated at carriage return

first question on SO! I am running a PHP 5.3.10 on apache 2.2.22. I am only doing this: <html> <body> <?php file_put_contents('php://stderr', print_r($_SERVER, TRUE)); ?> ...
0
votes
1answer
39 views

Some pages not working after uploading to a server

I have been making a small webshop site with php and mysql. It is working fine locally with xampp, but after uploading it to a server some of the pages doesn't display everything. My site is built up ...
0
votes
1answer
6 views

How to kill apache prefork's child from PHP

I'm using Apache 2.2 with prefork module. I have a PHP script which eats a lot of memory. After this script finish I'm having apache process still eating a lot of memory. Is it possible from PHP ...
-2
votes
0answers
21 views

Interpret PHP within CSS, keeping default (text/css) MIME-type [duplicate]

I have to generate custom CSS from DB using PHP. By default my AMP was not configured to parse CSS by the PHP interpreter, so I edited the following line in httpd.conf: AddType ...
1
vote
1answer
38 views

404 server redirect, or some other method?

I would like to know how to handle a problem which I guess is somewhat generic. But i am just not sure how it is supposed to be done. So hopefully people can find the way around what may be ill formed ...
0
votes
0answers
9 views

failed to lock /sphinx-2.0.6/var/data/jsearch.tmp.spl

The following error is coming when i m trying to index ================================================================================= Sphinx 2.0.6-release (r3473) Copyright (c) 2001-2012, Andrew ...
-1
votes
1answer
15 views

Debian & apache deploying multiple applications [closed]

I have small problem. I have two applications named appA and appB created using PHP. I would like to deploy them on apache2 server at the same time to be able to test integration between them ( ...
-1
votes
0answers
14 views

Site structure not loading on virtual host (apache) but working in subfolder [closed]

I am experiencing a problem I never encountered before and I hope someone can give me an insight into how to fix this. I am running XAMPP on windows 8 machine. Using it as a dev machine. I pulled a ...
0
votes
0answers
47 views

Index.php not working [closed]

I get this message whenever I upload an index.php to my server (VPS CentOS) Server error The website encountered an error while retrieving http:// website.com/. It may be down for maintenance or ...
1
vote
1answer
31 views

Apache vhost rewrite goes wrong with existing folders

I want my vhost to rewrite urls such as: http://dev.example.com/cool/story/bro To: http://dev.example.com/index.php?url=cool/story/bro Unless specifying an existing file such as: ...
-3
votes
0answers
31 views

Parse error: syntax error, unexpected '@' in my php [closed]

everyone. I just new to php, and now I am trying some tutorial codes. Now I want to analyze the file user uploaded, so this is the code named fileInfo.php: <?php if ($_FILES["file"]["error"] > ...

1 2 3 4 5 143