Questions tagged as 'apache'

1
answer

When accessing a * .php lead to autostart.php? url = *. php

Hello, I'm having a problem, I need to access a file with .php , it should point to autostart.php?url=*.php Explanation: No autostart.php it includes in a file and after it includes include in the page that is in...
asked by 12.01.2015 / 13:01
0
answers

Problem with file access

I have a serious security problem and I really do not know how to solve it. I have some folders with budgets from the sectors on the same server that runs the intranet system that we have. I set folder by folder the AD user that should have acce...
asked by 03.03.2015 / 21:52
0
answers

I can not connect pod_mysql to Netware

I have a NetWare IA32 NLM 6 50 server, with Apache 2, PHP 5.0.5 and MYSQL 4. In php.ini I have already connected the PDO drivers, which are already built into PHP 5 and even then I can not communicate with MySQL: extension=pdo.so ext...
asked by 12.11.2014 / 15:53
1
answer

Error 503 - Localhost

I just formatted my notebook. I have installed Ubuntu 18.04, Apache, MySQL, and PHP. But when I enter the page localhost , I get the following error: How can I fix this?     
asked by 19.08.2018 / 04:34
1
answer

How to make Wamp design for Lamp

I have a laravel project that I finished done in Windows (wampserver) using Laravel 5.2 in php 5.5.12 working perfectly. I would like to know how to copy it to the server that is in CentOS 7. What is PHP 7. If I install Laravel on it it will...
asked by 23.10.2017 / 15:50
1
answer

Internal Server Error with Htaccess file

Everything started when I moved from EasyPHP to VertrigoServ, the .htaccess file worked perfectly in EasyPHP, but here I am encountering these problems ... I have no idea how to resolve this ... HTACCESS RewriteEngine on RewriteCond %{REQUES...
asked by 17.03.2016 / 04:21
1
answer

Possible permission problem

When trying to run a php code on my Ubuntu machine if ( ! is_dir($system_path)) { header('HTTP/1.1 503 Service Unavailable.', TRUE, 503); echo 'Your system folder path does not appear to be set correctly. Please open the following file...
asked by 18.11.2015 / 13:44
1
answer

How to map all requests to a single file?

I need to map all requests arriving at the server as follows: exemplo.com/joao => exemplo.com/index.pl?u=joao exemplo.com/joao/ => exemplo.com/index.pl?u=joao My /var/www/.htaccess file is so far: RewriteEngine On Rewrit...
asked by 02.06.2015 / 19:45
1
answer

Problems in "Hello, world!" in PHP

It sounds like a joke, but it's a fact. I made my first code in PHP and tested it, but it did not work out what I expected. See the image with the windows of the programs used in this test. Insummary,Idonotknowwhyinsteadofprinting1st>HWit...
asked by 13.11.2017 / 22:01
1
answer

File not open or not recognized on localhost of Linux Fedora?

On the terminal screen, the permissions are correct: Butonmylocalhost,thepageisopeningwitherror: ButontheIDEscreen,it'stheretoo,see: The question is, how do I make my localhost recognize that this file exists on the system? I already...
asked by 06.07.2016 / 15:56