Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 8 years ago.
Improve this question
I have a Webapp where user can upload documents(pdf, doc, rtf, txt etc) and want to check for virus before them getting uploaded. I am running this server on centos instance and using PHP for the webapp.
What Anti virus do you think are best for this kind of functionality. I am fine with any paid solution also, but it should have latest database for virus and can scan efficiently.
Thanks
I found a list on antivirus software for ubuntu, and they should be LSD compatible, so they should work on Centos. You can use the link above the check if they are.
The list is here, and wikipedia also contains a list of linux antiviruses.
I am not sure if they all suit your needs, but I know that AVIRA has a command line scanner.
Here are some sample lines of code:
scancl / --defaultaction=ask
scancl /var/www -z --defaultaction=repair,delete
Do you need the antivirus program itself to live on your centos OS, or are you open to connecting to the antivirus solution running on another server (or hosted solution)?
Related
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 4 years ago.
Improve this question
I am working with a PHP web application that has a MS SQL back end. The development copy is hosted on a Windows server.
There will be a few developers joining me on the project, and I need some sort of source control so that (obviously) we don't over-write each other's work. But since a PHP/SQL project has to be run from the server, we can't each work with local copies and then push the updates to the server...we all have to be working on the server itself.
So I have three questions:
My initial thought was a simple check-in, check-out system, which should be ok for our small team of 3-4 programmers. So, what is (currently) a good program for that?
I also thought about each developer having his own folder in the wwwroot folder, his own full copy of the program, then pushing updates to a master copy, also on the same server. Is there a good program for doing that (file merging and conflict management)?
Which method do you think would be better?
Run servers all your local machines. There’s lots of ways of doing this. If you’re using Laravel, it has a server built in php artsian serve. PHP 7 also has its own server built in.
Use a version control system like Git. You can learn here
Do this as soon as you can!
Sadly however, this question is not a suitable Stack Overflow question, so will be likely be closed soon. Good luck!
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 6 years ago.
Improve this question
I need to learn php, but i'm struggling with the install process to run the code in a web browser.
usually when I try to run a php code the screen stays white
I tried to follow the php configuration process from some sites but usually I end up getting lost.
So if anyone knows the steps to install and configure php in windows 7 please help.
A simple route to go down is to install WAMP or XAMPP. They are both pre set up with PHP, Apache and MySQL.
Incase you're not sure what each one is... PHP is a scripting language, MySQL is a database, and Apache is a web server capable of running PHP scripts and returning the output to a user.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
I developed a php web application in windows. As you know there is two service needed to do this; APACHE and MYSQL.
But my application will be hosted in custom computers, possibl no apache and no mysql in it. So I need a windows setup that install these services and also check if they are already exist and running.
Its my first time face with this, so please be as clear as possible on advices and examples.
Thank you
Under Windows environment, the simplest way is to install EasyPHP. To do this in an automated way, you'll need an install script (for quiet install for example). Check the website for details.
Hope it helps.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 8 years ago.
Improve this question
I have an old pc running on windows and what I would like to do is host a php MySQL website from that pc. I also want to be able to ftp into it with FileZilla from a separate pc... I'm looking for some free software or ideas on the best way to do this. Any suggestions?
generally wamp is the way to go with windows to get apache/mysql/php going - http://www.wampserver.com/en/. if you are fairly capable and ambitious you could install a linux distro but that is a lot of extra overhead to learning php/mysql.
i'm not really familiar with windows ftp servers, but filezilla has a server as well that you could try: https://filezilla-project.org/download.php?type=server
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
Free, portable, all included, all in one, (opensource is + ) php server? I have a USB FLASH 16gb card. I want to install on to it some kind of PHP server - some programm.exe which i could run on different computers without installing - call some localhost/phpserver and get my php scripts running.
So where to go to get such thing?
XAMPP and instructions:
http://www.pendriveapps.com/xampp-portable-web-server/
I'd try WAMP; hopefully it has what you are looking for.
I suggest XAMPP also but instead of pendriveapp fork, you can use the original "xampp lite" package served from their offical site. I's pretty portable and you can use without setup.
By the way, your problem will not be the choosing package. Problem is, you'll need an extremly fast flash drive or card.