Custom Query (278 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (49 - 51 of 278)

Ticket Resolution Summary Owner Reporter
#53 fixed Add PHP support for OpenSSL Jeff McKenna Uri
Description

As suggested on Ticket #41, I hereby request to add the php_openssl extension to the project.

Many thanks for your work!

#54 fixed Apache mod rewrite httpd.conf issue Jeff McKenna markwss
Description

Hi,

Looks like Apache httpd.conf needs to be setup differently for mod rewrite to work.

This the setting for DocumentRoot that made it work for me:

DocumentRoot "D:/ms4w/Apache/htdocs" <Directory "D:/ms4w/Apache/htdocs">

# # Possible values for the Options directive are "None", "All", # or any combination of: # Indexes Includes FollowSymLinks SymLinksifOwnerMatch ExecCGI MultiViews # # Note that "MultiViews" must be named *explicitly* --- "Options All" # doesn't give it to you. # # The Options directive is both complicated and important. Please see # http://httpd.apache.org/docs/2.4/mod/core.html#options # for more information. # Options Indexes FollowSymLinks

# # AllowOverride controls what directives may be placed in .htaccess files. # It can be "All", "None", or any combination of the keywords: # AllowOverride FileInfo AuthConfig Limit # AllowOverride All

Order Allow,Deny

Allow from All

# # Controls who can get stuff from this server. # Require all granted

</Directory>

#55 fixed Upgrade Apache to 2.4.20 release Jeff McKenna Jeff McKenna
Description

http://mail-archives.apache.org/mod_mbox/httpd-announce/201604.mbox/browser

Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.