I have server and xampp installed on windows.
For example the I can access the server vie real IP http://111.111.11.11/myproject.
I have function that downloads large mp4 files to the server.
When that function run the link 111.111.11.11/myproject don't work anymore, page loads and loads.
Then I'm connecting to the server by windows "Remote desktop connect".
I'm running http://localhost/myproject and it loads ok.
Internet connection on the server is ok.
But if I want to again be able to open the link 111.111.11.11/myproject I have to restart apache.
Could anyone help me to solve this?
Thanks.
Related
I have a localhost port forwarded SSH tunnel between an Azure Linux VM and Localhost PC using PUTTY. So when I localhost:8080 on my windows PC, I see my static website hosted on the AzureVM.
I need to upload some remote files to this website. At the moment when I click the file upload on the localhost website, it searches for files on my local windows pc.
Is there any way I could make it look for files on another server(Or the same azure VM) or maybe Azure Blob storage?
Thanks!
Ok to upload through putty is a tedious process as you need code running on the linux machine to do it .
We generally use putty to control the AWS machine and run commands directly on it and use another FTP program like File Zilla , WinSPC or somthing similar for uploading
To upload a program directly with putty you have to write the protocol yourself or use a putty add-ons but its a pain to work with .
here some choices
https://helpdeskgeek.com/free-tools-review/the-best-ftp-tools-to-transfer-files-to-your-website-domain/
If you really want to go through the headaches of using putty to transfer files use this link as a start
https://www.hostknox.com/tutorials/ssh/putty/file-transfer
I was working on my web-application for a long time now, and someone suggested that I shouldn't be using XAMPP for connecting with my database, as this will only work with the local computer. So I have uninstalled XAMPP from my computer and downloaded PHP 7.4.8 under C:\php directory!
Suddenly the IIS Manager won't listen on localhost. I thought this might be my project so I have created a new project under C:\inetpub\wwwroot\website2 which has three files:
iisstart.htm
iisstart.png
web.config
Even though the other project is disabled, and the new one enabled. the browser returns the following error (I have tried both port:80 and port:8080 just to make sure that this is not the issue!):
This site can’t be reached
localhost refused to connect.
Try:
Checking the connection
Checking the proxy and the firewall
ERR_CONNECTION_REFUSED
By this error I have few questions to ask!
How to ensure that IIS Manager works okay?
Even though I have deleted XAMPP the Apache Tomcat 8.0.27 is still installed on my computer. Should I delete that?
How to make the default app work again?
When ever I try to open wordpress website on my localhost I get below error.
HTTP Error 404.3 - Not Found
The page you are requesting cannot be served because of the extension configuration. If the page is a script, add a handler. If the file should be downloaded, add a MIME map.
I have tried enabling HTTP activation but that did not work.
I have installed PHP for IIS from microsoft web PI, that did not work.
I think there is handler mapping missing, I am not able to map handle.
install wamp or xaamp and start php and mysql Service.
create a folder for example "site".
Copy all worpress folder and file in to www/site in wamp server
and enter the "localhost/site" in the browser and install wordpress quiqly.
soon wordpress goto run
Go and download the WAMP http://www.wampserver.com/en/
Its a set for web developers, that includes php, apache and mysql.
You can se localhost to act as a real webserver, you can find online many tutorials and how to
Hello I am running tests on my XAMPP server.
Let's say we have the following scenario :-
My Laptop is running the server in a small Local Network.
And I am accessing my Server with my personal PC.
Is it possible to upload files to htdocs from my Personal PC to the Server Laptop?
If we assume that all security settings are turned off. Basically I need to remotely upload files to HTDOCS so I can use them from the server!
As far as I remember doesnt XAMPP come with a FileZilla server as part of the install?
So configure the fileZilla server on the laptop, create a userid and set that userid up to be able to see the htdocs folder.
Then install FileZilla client on the desktop PC. You can then use FTP ( FileZilla ) in just the same way you would if the site was running on a real hosted server.
FileZilla Server setup instuctions
No.
Web servers do not, by default, run any services that write file uploads to a directory on the server.
You'll need to run some kind of suitable service such as SFTP, Windows File & Print Sharing, or a web based file uploader script.
I have a database running on a network server (Ex. if you open My documents, at the bottom on the left navigation bar, you can access networks).
My network server is called \\server.
I have downloaded WAMP to \\server so that I can upload .php files to my server so that it can act as a web server with the address file://server/wamp/[path]/[file].php. This php connects the database to users on the web that go to this address.
I am have my database set, php files complete and uploaded, and port 80 is clear for only WAMP to be used on this server. But my .php files STILL are not read! Can anyone help figure out what is wrong? Does this have to do with the fact that this is not a real address (file://)?
Any help is appreciated. Thanks
I'm guessing your problem is with the file: scheme that you're trying to use, as WAMP is listening on port 80 (HTTP). Try using http: in your address.
if you are using wamp server then check for all services started if not restart all services and make sure that the wamp icon is green if not then the problem with wamp server.And also check in apache server the php module is mark for this click on green wamp icon and goto apache then in apache modules and at last mark php5_module.