Questions tagged as 'apache'

1
answer

Run command in python with selenium called by php through apache

I want to run the following script in Python through a web site on the server: #!/Python34/python from selenium import webdriver driver=webdriver.Firefox() driver.get("C:\wamp64\www\desenvol\index.html") elem1 = driver.find_element_by_link_te...
asked by 29.05.2016 / 22:22
2
answers

Use Node.js and PHP on the same server (Amazon EC2)

My site is made "totally" in PHP and I used Node.js for the real-time chat part. I'm using the AWS services and I had a big question: Can I install Node.js in the same instance of PHP (apache) or should I create an instance for Node separatel...
asked by 10.11.2016 / 17:28
2
answers

ASP.NET vNext in Apache

I've heard enough that ASP.NET 5 will work not only in Windows but also Mac and Linux. I would like to know if you have how to run ASP.NET 5 applications on the Apache server. I researched a bit but I did not find anything recent talking about t...
asked by 25.12.2014 / 02:01
2
answers

How does the server know that the index is the main page?

For example, I have several .HTML and .PHP files in the public_html folder on my server (Internal), but when opening the path in the browser (open the path link ), it always opens the index.html, instead of opening the little files (I mean, lis...
asked by 29.06.2017 / 14:07
3
answers

PHP code opens in browser

I'm not able to install PHP on my machine. When I run a page in the browser, it returns the code written in .php. I installed Apache 2.2.9 and PHP 5.2.1, and I made all the changes based on this tutorial Even with all the changes, it con...
asked by 07.05.2015 / 06:25
1
answer

Access dropbox folder on Android

Is there any way to access the dropbox folder? I have the following problem, I am developing a webapp that will work locally on tablets of an event, so for this I am using the AndroPHP app and I would like my apache directory to be a dropbox...
asked by 08.04.2015 / 21:00
1
answer

What is the difference between service apache reload and restart?

What's the difference between them and which cases to use? service apache2 restart and service apache2 reload     
asked by 17.11.2017 / 15:11
2
answers

Wrong summer time

I'm having a problem with daylight savings time ... actually cell phones, street clocks, my pc also moved clockwise ...    Daylight saving time generally starts in October. But, to coincide with the election date, President Michel Temer signe...
asked by 22.10.2018 / 04:58
2
answers

Point to a folder before DOCUMENT ROOT?

Below is the structure of the folders: /home/web/site/public_html If I give echo $_SERVER['DOCUMENT_ROOT'] I'm going to get the path to public_html, but I'd like to leave some inaccessible files directly through the URL so I'm putt...
asked by 19.01.2017 / 13:41
2
answers

Initialize apache and mysql on windows 7 32 bits using Xampp

I would like to initialize Apache and Mysql from Xampp as soon as the system is booted, I ran some searches and found this:    Service installation: In C: / xampp / apache double-click on "apache_installservice.bat".   Uninstalling the servic...
asked by 27.07.2017 / 18:37