search for: addtyp

Displaying 20 results from an estimated 82 matches for "addtyp".

Did you mean: addtype
2005 Apr 21
1
Fwd: (KAME-snap 9012) racoon in the kame project
FYI, looks like support for Racoon is ending. Does anyone have any experience with the version in ipsec-tools ? ---Mike >Racoon users, > >This is the announcement that the kame project will quit providing >a key management daemon, the racoon, and that "ipsec-tools" will become >the formal team to release the racoon. >The final release of the racoon in the
2015 Jun 02
2
[LLVMdev] `Ty && "Trying to add a type that doesn't exist?
Hello, I'm having this error and couldn't find a resolution from online, any help would be greatly appreciated: clang: /export/home/hzhang86/chapel/chapel-llvm36/chapel/third-party/llvm/llvm/lib/CodeGen/AsmPrinter/DwarfUnit.cpp:839: void llvm::DwarfUnit::addType(llvm::DIE&, llvm::DIType, llvm::dwarf::Attribute): Assertion `Ty && "Trying to add a type that doesn't exist?"' failed. 0 clang 0x0000000001eaccd2 llvm::sys::PrintStackTrace(_IO_FILE*) + 34 1 clang 0x0000000001eaafd9 2 libpthread.so.0 0x00007fea...
2015 Jun 04
2
[LLVMdev] `Ty && "Trying to add a type that doesn't exist?
...'m having this error and couldn't find a resolution from online, any >> help would be greatly appreciated: >> >> clang: >> /export/home/hzhang86/chapel/chapel-llvm36/chapel/third-party/llvm/llvm/lib/CodeGen/AsmPrinter/DwarfUnit.cpp:839: >> void llvm::DwarfUnit::addType(llvm::DIE&, llvm::DIType, >> llvm::dwarf::Attribute): Assertion `Ty && "Trying to add a type that >> doesn't exist?"' failed. >> 0 clang 0x0000000001eaccd2 >> llvm::sys::PrintStackTrace(_IO_FILE*) + 34 >> 1 clang 0x0...
2015 Jun 04
2
[LLVMdev] `Ty && "Trying to add a type that doesn't exist?
...t find a resolution from online, any >>>> help would be greatly appreciated: >>>> >>>> clang: >>>> /export/home/hzhang86/chapel/chapel-llvm36/chapel/third-party/llvm/llvm/lib/CodeGen/AsmPrinter/DwarfUnit.cpp:839: >>>> void llvm::DwarfUnit::addType(llvm::DIE&, llvm::DIType, >>>> llvm::dwarf::Attribute): Assertion `Ty && "Trying to add a type that doesn't >>>> exist?"' failed. >>>> 0 clang 0x0000000001eaccd2 >>>> llvm::sys::PrintStackTrace(_IO_FILE*) + 34...
2019 Dec 09
4
PHP handler for .html files - C7
...g all, I am finally moving some old (F9 thru F17) servers to C7 (Plus PHP7/Pgsql10) boxes. On the old boxes they all had it set so that .htm and .html files were handled by PHP in addition to the normal .php files. This was done with the simple change to: AddHandler php5-script .php .htm .html AddType text/html .php .htm .html in /etc/httpd/conf.d/php.inc. I did the same on my first new server but found that this did not work, and the login.html did not get handled. I then added it to fine filematch so my full php.conf on the new box is: <Files ".user.ini"> <IfModule m...
2015 May 07
2
Apache 2.2 itk - 404 not found
...R .pt-br AddLanguage ru .ru AddLanguage sv .sv AddLanguage zh-CN .zh-cn AddLanguage zh-TW .zh-tw LanguagePriority en ca cs da de el eo es et fr he hr it ja ko ltz nl nn no pl pt pt-BR ru sv zh-CN zh-TW ForceLanguagePriority Prefer Fallback AddDefaultCharset UTF-8 AddType application/x-compress .Z AddType application/x-gzip .gz .tgz AddType application/x-x509-ca-cert .crt AddType application/x-pkcs7-crl .crl AddHandler type-map var AddType text/html .shtml AddOutputFilter INCLUDES .shtml Alias /error/ "/var/www/error/" &...
2015 May 07
3
Apache 2.2 itk - 404 not found
...AddLanguage zh-CN .zh-cn >> AddLanguage zh-TW .zh-tw >> LanguagePriority en ca cs da de el eo es et fr he hr it ja ko ltz nl >> nn no pl pt pt-BR ru sv zh-CN zh-TW >> ForceLanguagePriority Prefer Fallback >> AddDefaultCharset UTF-8 >> AddType application/x-compress .Z >> AddType application/x-gzip .gz .tgz >> AddType application/x-x509-ca-cert .crt >> AddType application/x-pkcs7-crl .crl >> AddHandler type-map var >> AddType text/html .shtml >> AddOutputFilter INCLUDES .sht...
2010 Jan 14
4
<video src="*.ogg">
When I tried to view Basil's video streams yesterday, it worked with Firefox 3.5.x on both Linux and Windows, but failed with Chrome 3.0 on Windows XP.? I get opposite results with http://www.citizenofplanetearth.org/citizen.ogg The only browser I've tried that plays that video is Chrome 3.0 on Windows XP. The <video> tag I'm using is about as simple as can be. <video
2004 Aug 06
1
Tweaking Questions.
...> containing the mp3's instead of opening up the > > player (this happens at http://www.xxx.com:8000). > > Instead of having link to http://www.xxx.com:8000, you need to have a link to > a file on the webserver such as: http://www.xxx.com/playlist.m3u Then in Apache have an AddType directive audio/x-mpegurl .m3u which have Apache send out the proper mime type. > > In the playlist.m3u file, place the text http://www.xxx.com:8000 > > > 2- How can you create a playlist? Currently it > > just plays the mp3's and we'd like for promos to >...
2015 May 07
0
Apache 2.2 itk - 404 not found
...> AddLanguage sv .sv > AddLanguage zh-CN .zh-cn > AddLanguage zh-TW .zh-tw > LanguagePriority en ca cs da de el eo es et fr he hr it ja ko ltz nl > nn no pl pt pt-BR ru sv zh-CN zh-TW > ForceLanguagePriority Prefer Fallback > AddDefaultCharset UTF-8 > AddType application/x-compress .Z > AddType application/x-gzip .gz .tgz > AddType application/x-x509-ca-cert .crt > AddType application/x-pkcs7-crl .crl > AddHandler type-map var > AddType text/html .shtml > AddOutputFilter INCLUDES .shtml > Alias /error/ &quot...
2006 Mar 22
8
Premature end of script headers: dispatch.cgi
Hi I am running ruby 1.8.4 and rails 1.0.0 with Apache 2. I made a simple rails application called demo and also created a controller called say and an action called hello which is working fine using webrick. To run it under Apache I created a symlink demo1 which is linked to the demo/public directory. If I run it using www.example.com/demo1 then I get the "Rails- Welcome Aboard"
2003 Jul 23
1
problem w/ php3+php4
Hello, Has anybody experienced any problems with php3+php4 combo in systems newer than 4.6-STABLE (as of June-Aug 2002)? Briefly, the problem looks very similar to what is stated in the following reports: http://groups.google.com/groups?q=%22php3+kills+apache%22&hl=ru&lr=&ie=UTF-8&oe=UTF-8&selm=wqz8yrfzbug.wl%40hurt.theclones.net&rnum=1
2013 Oct 11
2
[LLVMdev] [Debug Info PATCH] for support of ref_addr and removal of DIE duplication
...on, it failed in >> #5 0x0000000100b169ba in llvm::DwarfDebug::addDIEEntry >> (this=0x103023600, Die=0x102e14090, Attribute=73, Entry=0x10302a9d0) at >> /Users/manmanren/llvm_git/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp:3071 >> #6 0x0000000100b040e0 in llvm::CompileUnit::addType (this=0x102e13ec0, >> Entity=0x102e14090, Ty={<llvm::DIScope> = {<llvm::DIDescriptor> = {DbgNode >> = 0x102e05f30}, <No data fields>}, <No data fields>}, Attribute=73) at >> /Users/manmanren/llvm_git/llvm/lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp:910 &gt...
2016 Aug 28
6
.htaccess file
...e%20the %20.htaccess> file to a file located in a directory /var/www/htdocs. I'm just not following or understanding. The .htaccess file works but on a slow DSL, I don't want the hits. I added the following to my httpd.conf: <Directory "/var/www/htdocs"> AddType text/htdocs ".txt" </Directory> And copied my .htaccess to /var/www/htdocs as htaccess.txt In the example from the apache website, I don't get the: AddType text/example ".exm" Where did they come up .exm? TIA
2013 Oct 10
4
[LLVMdev] [Debug Info PATCH] for support of ref_addr and removal of DIE duplication
...ue-simple2.ll For ref_addr_relocation, it failed in #5 0x0000000100b169ba in llvm::DwarfDebug::addDIEEntry (this=0x103023600, Die=0x102e14090, Attribute=73, Entry=0x10302a9d0) at /Users/manmanren/llvm_git/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp:3071 #6 0x0000000100b040e0 in llvm::CompileUnit::addType (this=0x102e13ec0, Entity=0x102e14090, Ty={<llvm::DIScope> = {<llvm::DIDescriptor> = {DbgNode = 0x102e05f30}, <No data fields>}, <No data fields>}, Attribute=73) at /Users/manmanren/llvm_git/llvm/lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp:910 #7 0x0000000100b05bff in llvm...
2013 Oct 15
2
[LLVMdev] [Debug Info PATCH] for support of ref_addr and removal of DIE duplication
...on, it failed in >> #5 0x0000000100b169ba in llvm::DwarfDebug::addDIEEntry >> (this=0x103023600, Die=0x102e14090, Attribute=73, Entry=0x10302a9d0) at >> /Users/manmanren/llvm_git/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp:3071 >> #6 0x0000000100b040e0 in llvm::CompileUnit::addType (this=0x102e13ec0, >> Entity=0x102e14090, Ty={<llvm::DIScope> = {<llvm::DIDescriptor> = {DbgNode >> = 0x102e05f30}, <No data fields>}, <No data fields>}, Attribute=73) at >> /Users/manmanren/llvm_git/llvm/lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp:910 &gt...
2013 Oct 15
0
[LLVMdev] [Debug Info PATCH] for support of ref_addr and removal of DIE duplication
...ef_addr_relocation, it failed in > #5 0x0000000100b169ba in llvm::DwarfDebug::addDIEEntry (this=0x103023600, > Die=0x102e14090, Attribute=73, Entry=0x10302a9d0) at > /Users/manmanren/llvm_git/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp:3071 > #6 0x0000000100b040e0 in llvm::CompileUnit::addType (this=0x102e13ec0, > Entity=0x102e14090, Ty={<llvm::DIScope> = {<llvm::DIDescriptor> = {DbgNode > = 0x102e05f30}, <No data fields>}, <No data fields>}, Attribute=73) at > /Users/manmanren/llvm_git/llvm/lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp:910 > #7 0x0000...
2013 Oct 15
4
[LLVMdev] [Debug Info PATCH] for support of ref_addr and removal of DIE duplication
...; #5 0x0000000100b169ba in llvm::DwarfDebug::addDIEEntry >>>> (this=0x103023600, Die=0x102e14090, Attribute=73, Entry=0x10302a9d0) at >>>> /Users/manmanren/llvm_git/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp:3071 >>>> #6 0x0000000100b040e0 in llvm::CompileUnit::addType (this=0x102e13ec0, >>>> Entity=0x102e14090, Ty={<llvm::DIScope> = {<llvm::DIDescriptor> = {DbgNode >>>> = 0x102e05f30}, <No data fields>}, <No data fields>}, Attribute=73) at >>>> /Users/manmanren/llvm_git/llvm/lib/CodeGen/AsmPrinter/Dwar...
2013 Oct 15
0
[LLVMdev] [Debug Info PATCH] for support of ref_addr and removal of DIE duplication
...>>> #5 0x0000000100b169ba in llvm::DwarfDebug::addDIEEntry >>> (this=0x103023600, Die=0x102e14090, Attribute=73, Entry=0x10302a9d0) at >>> /Users/manmanren/llvm_git/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp:3071 >>> #6 0x0000000100b040e0 in llvm::CompileUnit::addType (this=0x102e13ec0, >>> Entity=0x102e14090, Ty={<llvm::DIScope> = {<llvm::DIDescriptor> = {DbgNode >>> = 0x102e05f30}, <No data fields>}, <No data fields>}, Attribute=73) at >>> /Users/manmanren/llvm_git/llvm/lib/CodeGen/AsmPrinter/DwarfCompileUnit...
2013 Oct 11
0
[LLVMdev] [Debug Info PATCH] for support of ref_addr and removal of DIE duplication
...ef_addr_relocation, it failed in > #5 0x0000000100b169ba in llvm::DwarfDebug::addDIEEntry (this=0x103023600, > Die=0x102e14090, Attribute=73, Entry=0x10302a9d0) at > /Users/manmanren/llvm_git/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp:3071 > #6 0x0000000100b040e0 in llvm::CompileUnit::addType (this=0x102e13ec0, > Entity=0x102e14090, Ty={<llvm::DIScope> = {<llvm::DIDescriptor> = {DbgNode > = 0x102e05f30}, <No data fields>}, <No data fields>}, Attribute=73) at > /Users/manmanren/llvm_git/llvm/lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp:910 > #7 0x0000...