Skip to main content

All Questions

Tagged with
0 votes
1 answer
101 views

How to publish a php website privately so I can make tests?

I want to publish my website as http secure connection but I want to keep it private so only I can view it. I want to prepare and test its security before its official release. Is there any service ...
user avatar
1 vote
2 answers
1k views

Apache .htaccess not working on a new VPS

We changed hosting, being from a normal server, to a VPS server. In this VPS server the operation is normal, however the .htaccess file is not being executed or read by the VPS. Even being simple ...
Nieri Oliveira's user avatar
1 vote
1 answer
82 views

How to create a console that act as a server?

I am a computer science student working on my capstone project. My team is building a vehicle renting system. In this system, user can book and rent a car they like on a specific date range. We are ...
Jeff's user avatar
  • 11
1 vote
0 answers
388 views

Remove ionCube from CentOS server

Someone in our workplace encrypted some files with ionCube in our main code repository, I can't find any file related on how to remove this extension/module or whatever it is when I look to our PHP ...
Eduardo Medina's user avatar
1 vote
2 answers
107 views

Package choices when installing web server

While installing a web server, I've been pondering some serious question... "Do I really need that package?" I've noticed that when you install your packages for your web server, you often ...
Preciel's user avatar
  • 13
0 votes
1 answer
540 views

How to decide server requirements to suit my system?

How to calculate what kind of server I need for my system. System: moodle Functionality: nothing unusual for moodle Max users online: 100 I know minimal moodle requirements but I don't know how it ...
Code'as's user avatar
1 vote
0 answers
24 views

Slow queries between servers

Good afternoon to everybody, I would like to ask about a problem I have and which I'm not able to solve it. I have two servers, one is the web server (it contains a large web application) and the ...
msabate's user avatar
  • 111
1 vote
1 answer
1k views

Configure different versions of PHP with NGINX to work on subfolders

I have a NGINX configuration set up like below so that accessing stg.server.org will be served by PHP 5.6 (php56-php-fpm running on port 9000) and stg.server.org/simon/apps/ will be served by PHP 7.3 ...
Obirieni Simeo's user avatar
0 votes
0 answers
581 views

PHP shows outdated MySQLnd version

PHP is using MySQLnd 5.0.12-dev and we cannot figure out how to get it to use the newer versions. The server has MySQLnd 5.6.40 installed but we cannot figure out how to get it to use it. We've been ...
pengo1998's user avatar
0 votes
1 answer
122 views

Hacker php file on my site? [closed]

I just noticed several php files in the root directory of my site that I didn't place there. They contain obfuscated code (see below) which translates into attempted get/post/assert statements. My ...
beroe's user avatar
  • 1,167
0 votes
1 answer
5k views

How can a PHP extension be installed if php.ini does not exist?

I'm using Uniform Server and MediaWiki for a project. It is for personal use, so it is restricted to my machine. Uniform Server came with Apache 2.4.25, PHP 7.1.1, phpMyAdmin 4.6.6, and MySQL 5.6.35-...
DroidMonkey's user avatar
0 votes
1 answer
848 views

Create online PHP server without port forwarding?

Is there a way to create online PHP server without port forwarding and having to edit my router settings? I want to create a Google Maps tracking server and update it remotely. I already have its PHP ...
maryam magdy's user avatar
0 votes
0 answers
1k views

How to configure PHP server variable $_SERVER['DOCUMENT_ROOT']?

We have PHP programs that use $_SERVER['DOCUMENT_ROOT'] as a path to a place where we can place a private directory (using a unique name) in a safe, known place on server. This directory holds data ...
Ira Baxter's user avatar
1 vote
0 answers
105 views

How to configure Apache to use a PHP installation in the home directory of a non-root user?

I compiled and installed PHP 7 as a non-root user (with the --prefix=${HOME}/php option) in his home directory on a Centos 6.8 server. There exists also a working system installation of Apache 2.2.15 ...
Simon Schürg's user avatar
0 votes
1 answer
230 views

My .htaccess is not working properly

This is very bizarre. I have never had this issue until now. Basically I have a little code in .htaccess that removes the .php extension from the web pages. For some reason, it has stopped ...
john smith's user avatar

15 30 50 per page