Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 11 years ago.
Improve this question
I am using a Virtual Private Server for accessing Web-Services used only on the Mobile devices,
there are many entries in the access and error log, even there is nothing on the web server.
I am little worried about server security.
Things I have done..
Installed Fail2Ban
rkhunter
using SSH login
I am using Server with LAMP configuration.
What other security I should use to protect against attacks ?
I would also disable root login from ssh. Create a user account and then su to root :)
Related
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 2 years ago.
Improve this question
I would like to install a server (with php and MySql Database) into an Android device and then make it accessible from the Internet with an URL. Is there a way to do it without any port forwading?
You can install that all but your server will not be reachable without port forwarding from the internet if the device uses wifi.
Also if the internet connection is done using a sim card it will not work. This time because your provider will block incoming connections.
Only with a client on the same local lan network it will work out of the box. –
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 9 years ago.
Improve this question
i have a big system and query load on my apache server so crash when more query fire on mysql
how can i restart my apache server automatically when it stop?
Automatically restart your Apache web server when it crashes or stops serving pages
Please follow the link, i think it will definitely help you out
Automatically restart your apache server
Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 9 years ago.
Improve this question
I just bought a domain with some space, but my provider not supporting nodejs.
I searched a lot, how could I build it on the server, but of course, to make, I need so privileges, so now I'm stuck here.
How could I use nodejs (or other server side Javascript engine) to run javascript?
I have FTP access to the server, but nothing more.
I believe you just can't.
If your provider doesn't give privileges to do it you are stuck :(
Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 9 years ago.
Improve this question
Is there a way to use my Apache / PHP web hosting to setup an internet radio ?
If i got that right, you want to set up a webradio, not a file acces system to stream to single computers.
In that case, i would suggest u have a look into
Linux
http://www.howtoforge.com/linux_webradio_with_icecast2_ices2
Windows
An alternate is http://www.shoutcast.com/ using Winamp, which can be controlled by an webinterface, accessable via internet if running an apache server
Hope that did help you
I dont know wich platform you have, but take a look at these sites:
For Windows:
http://www.ehow.com/how_7637097_stream-audio-apache-server.html
For Linux: (it says its for Free BSD, but you can use it in every type of Linux, just some commands may be diffrent)
http://drewish.com/writeups/radio_station_website_with_freebsd
Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
I have a little business and I always need to share files with my workers.
I'm looking for an open source PHP or ASP web platform that will allow me and the workers to upload and edit documents, pictures, etc...
And set different permissions for different users.
I'd recommend VPS with samba instead. (or a regular NAS)
The web isn't suited for the task.