Home > front end >  Apache directory access problems
Apache directory access problems

Time:09-29

On Linux configuration for apache, then configure the open index browsing, currently available via IP + port access to the directory, as shown,
But want to add some functions on the interface, such as add, delete, but don't know how to change, because this is the apache directory access function, can only modify the index. The default home page, HTML have bosses some advice?

CodePudding user response:

Apache without adding the function of the modified

Install a online file management system

CodePudding user response:

Now Apache24 source + the third party is the official source code distribution distribution, strong enough and can modify the source code,
1) using Apache rewrite rules visit directory manually add black and white list
2) dynamic web pages to write custom access page, the web version of the file directory management
3) modified index. The HTML files manually add delete the directory, senior point is Ajax + server-side language, similar to 2)

CodePudding user response:

Apache only provides web services, what you said to modify, delete is functional operation, apache native does not support,
  • Related