Custom Query (278 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (22 - 24 of 278)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
Ticket Resolution Summary Owner Reporter
#35 fixed Apache bug 57785 - affects REDIRECT_URL users Jeff McKenna TC Haddad
Description

A small change in Apache 2.4.17 from 2.4.16 inadvertently caused mass havoc on sites that use Apache's REDIRECT_URL capabilities (

https://bz.apache.org/bugzilla/show_bug.cgi?id=57785

https://lists.debian.org/debian-apache/2015/10/msg00013.html

Apache has in 2.4.18 addressed this by making the new behavior opt-in:

http://www.apache.org/dist/httpd/CHANGES_2.4.18

#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>

#231 fixed Cannot import osgeo, gdal , ogr libraries in Python Console Jeff McKenna venka
Description

Opened command window and ran setenv.bat, changed to C:\ms4w\Python and ran python.exe.

Cannot import osgeo, gdal etc in Python Shell. (See attached image).

Venka

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.